ushell_input 0.1.0

Core of the shell framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(any(
    feature = "history-persistence",
    feature = "heap-history",
    feature = "heap-input-buffer"
))]
extern crate std;

pub mod autocomplete;
pub mod history;
pub mod input;
pub mod terminal;