2 releases
Uses old Rust 2015
0.0.2 | Nov 22, 2014 |
---|---|
0.0.1 | Nov 21, 2014 |
#1121 in Math
3KB
epsilonz.rs
Functional programming in Rust
Synopsis
This library is roughly fashioned after scalaz which in is turn heavily influenced by the Kmett ecosystem.
Documentation
See the API documentation here.
Requirements
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
Usage
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
Discussion
There is an IRC channel on freenode (chat.freenode.net) at #epsilonz.
Dependencies
~1.5MB
~25K SLoC