| Crates.io | functils |
| lib.rs | functils |
| version | 0.0.2 |
| created_at | 2016-09-09 00:29:17.661894+00 |
| updated_at | 2016-09-17 23:03:13.500579+00 |
| description | Functions to make Rust more functional |
| homepage | https://github.com/mgattozzi/functils |
| repository | https://github.com/mgattozzi/functils |
| max_upload_size | |
| id | 6289 |
| size | 10,322 |
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.