Crates.io | beginner_tools |
lib.rs | beginner_tools |
version | 1.1.1 |
source | src |
created_at | 2017-12-30 17:41:15.329277 |
updated_at | 2017-12-31 00:22:20.921598 |
description | Useful library designed for new Rustacens, provides good examples that are useful in simple projects |
homepage | |
repository | https://github.com/Welperooni/beginner_tools |
max_upload_size | |
id | 44948 |
size | 4,955 |
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:
The latter is basically a wrapper over the first that provides more functionality.
For further information refer to the documentation