functils

Functions to make Rust more functional


License
MIT

Documentation

Making Rust a little more functional.

Build Status Build status Dependency Status codecov crates.io Join the chat at https://gitter.im/functils/Lobby

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.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.