5 releases (3 stable)
Uses old Rust 2015
1.1.1 | Dec 31, 2017 |
---|---|
1.1.0 | Dec 30, 2017 |
1.0.0 | Dec 30, 2017 |
0.1.1 | Dec 30, 2017 |
0.1.0 | Dec 30, 2017 |
#14 in #helpful
4KB
beginner_tools
Usage
First, add the following to your Cargo.toml
:
[dependencies]
beginner_tools = "1.1.1"
Next, add this to your crate root:
extern crate beginner_tools;
use beginner_tools::*;
And you are free to use any function the crate offers!
At the moment there are two functions:
- get_stdin
- input
The latter is basically a wrapper over the first that provides more functionality.
For further information refer to the documentation
lib.rs
:
beginner_tools
Helpful library designed for new Rustacens, provides good examples that are useful in simple projects