functils

Crates.iofunctils
lib.rsfunctils
version0.0.2
sourcesrc
created_at2016-09-09 00:29:17.661894
updated_at2016-09-17 23:03:13.500579
descriptionFunctions to make Rust more functional
homepagehttps://github.com/mgattozzi/functils
repositoryhttps://github.com/mgattozzi/functils
max_upload_size
id6289
size10,322
Michael Gattozzi (mgattozzi)

documentation

https://docs.rs/functils

README

Making Rust a little more functional.

#How to use:

Put this in your Cargo.toml file:

[dependencies]
functils = "0.0.1"

Then import with:

extern crate functils
use functils::*

It's recommended that the above code block be put into your crate root so you can use the methods everywhere without needing to import it in each file.

Commit count: 0

cargo fmt