brush-core 0.5.0

Reusable core of a POSIX/bash shell (used by brush-shell)
Documentation
1
2
3
4
5
//! Exports traits for shell interfaces implemented by callers.

mod keybindings;

pub use keybindings::{InputFunction, Key, KeyAction, KeyBindings, KeySequence, KeyStroke};