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