Registry / utility / edit
library0.1.5rscratesunverified

Opens a file in the default text editor, blocking until the editor exits.

# Cargo.toml [dependencies] edit = "0.1.5"
INSTALL
IMPORT
SIG · EDIT
E
edit
utilityrustv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

edit_file
use edit::edit_file;

Opens a file in the default editor and returns the edited content.

use edit::edit_file; let edited = edit_file("hello.txt").unwrap(); println!("Edited content: {}", edited);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
edit — cargo add edit · libregistry