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
5
6
use press_btn_continue;

fn main() {
    println!("Hello world!");
    press_btn_continue::wait("Press any key to continue...").unwrap();
}