#collection #highly #programmers #function #input

oh

A collections of functions for highly efficient programmers

Show the crate…

1 unstable release

0.0.0 Mar 16, 2021

#35 in #programmers

MIT license

3KB

oh

A collections of functions for highly efficient programmers.

Examples

input

extern crate oh;

fn main() {
    let name = oh::input("What's your name? : ").expect("Error at input");
    println!("Oh! So your name is {}!", name);
}

Contributing

To learn more about contributing to this project, read CONTRIBUTING.md

No runtime deps