beginner_tools

Crates.iobeginner_tools
lib.rsbeginner_tools
version1.1.1
sourcesrc
created_at2017-12-30 17:41:15.329277
updated_at2017-12-31 00:22:20.921598
description Useful library designed for new Rustacens, provides good examples that are useful in simple projects
homepage
repositoryhttps://github.com/Welperooni/beginner_tools
max_upload_size
id44948
size4,955
(Welperooni)

documentation

https://docs.rs/beginner_tools/1.1.1/beginner_tools/

README

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

Commit count: 15

cargo fmt