# fun.rs
A small prelude for functional programming in Rust
[](https://travis-ci.org/epsilonz/fun.rs)
## Documentation
See the API documentation [here](http://epsilonz.github.io/fun.rs/doc/fun/).
## Requirements
1. [Rust](http://www.rust-lang.org/)
2. [Cargo](http://crates.io/)
You can install both with the following:
```
See [Installing Rust](http://doc.rust-lang.org/guide.html#installing-rust) for further details.
## Usage
```
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
```