press-btn-continue 0.2.0

A smalll no-dependency library to get a "Press any key to continue" console prompt.
Documentation
1
2
3
4
#[cfg(target_os = "windows")]
mod windows;
#[cfg(target_os = "windows")]
pub use windows::wait;