oh 0.0.0

A collections of functions for highly efficient programmers.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 3.26 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 237.07 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • yuulive/oh
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yuulive

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