mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-10-02 07:21:31 +00:00
6 lines
60 B
Rust
6 lines
60 B
Rust
#[cfg(windows)]
|
|
pub mod winapi;
|
|
|
|
#[cfg(unix)]
|
|
pub mod unix;
|