string_cmd 0.1.2

A simple yet powerful string editing API based on commands
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "crossterm")]
/// Crossterm event handling (requires the `crossterm` feature)
pub mod crossterm;

#[cfg(feature = "crossterm")]
/// Convert a crossterm event to a command using the default keybindings.
pub use crate::events::crossterm::event_to_command;