crossterm_utils 0.4.0

Common logic used by the crossterm crates.
Documentation
1
2
3
4
5
#[cfg(windows)]
pub mod winapi;

#[cfg(unix)]
pub mod unix;