[go: up one dir, main page]

crossterm 0.4.1

An crossplatform terminal library for manipulating terminals.
Documentation
1
2
3
4
5
6
//! All platform specific (unsafe) code will be handled in this module.

#[cfg(unix)]
pub mod unix_kernel;
#[cfg(windows)]
pub mod windows_kernel;