Cargo Features
Sued has no features set by default.
[dependencies]
sued = { version = "0.21.0", features = ["repl", "visual", "ffi"] }
- repl = ctrlc, linefeed
-
Provides access to sued's Read-Eval-Print Loop. This is a required feature for sued as a text editor.
Affects
sued::run_repl_command
… - visual
-
Provides access to the sued visual mode.
Affects
sued::visual
… - ffi
-
Provides access to sued as a library's EXPERIMENTAL C Foreign Function Interface.
Affects
sued::ffi
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.