beginner_tools 1.1.0

Useful library designed for new Rustacens, provides good examples that are useful in simple projects
Documentation

beginner_tools

Usage

First, add the following to your Cargo.toml:

[dependencies]
beginner_tools = "1.1.0"

Next, add this to your crate root:

extern crate beginner_tools;
use beginner_tools::*;

And you are free to use any function the crate!

For further information refer to the documentation