interaction-0.1.0 has been yanked.
Interaction
Interaction is a minimal and a simple readline library for Rust.
- Single multi line editing mode
- with the usual key bindings implemented.
- Multi line editing mode with the usual key bindings implemented.
- History
- Completion
Usage
Add this in your Cargo.toml:
[]
= "0.1.0"
Or, if you installed cargo-edit, you run this command:
import interaction::Interaction.
use Interaction;