oh

Crates.iooh
lib.rsoh
version0.0.0
sourcesrc
created_at2021-03-16 03:07:51.826195
updated_at2021-03-16 03:07:51.826195
descriptionA collections of functions for highly efficient programmers.
homepage
repositoryhttps://github.com/yuulive/oh
max_upload_size
id369505
size3,269
(yuulive)

documentation

README

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

Commit count: 9

cargo fmt