lazyfunctions 0.1.2

A collections of functions for lazy people, or highly efficient programmers.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 3.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 985.88 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dakokonutboi

lazyfunctions

A collections of functions for lazy people, or highly efficient programmers.

Examples

input

extern crate lazyfunctions;

fn main() {
    let name = lazyfunctions::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