Re-exports§
pub use editor::Editor;pub use editor_call_builder::EditorCallBuilder;pub use editor_kind::EditorKind;
Modules§
Functions§
- edit_
string - Edit a string in the default editor and return the result.
- edit_
string_ mut - Edit a mutable string in place using the default editor.
- open_
editor - Open the default editor and return what was written in it.
- open_
file - Open a file in the default editor.