Crates.io | epsilonz |
lib.rs | epsilonz |
version | 0.0.2 |
source | src |
created_at | 2014-11-21 05:25:49.583619 |
updated_at | 2015-12-11 23:58:51.47213 |
description | Functional programming in Rust |
homepage | |
repository | https://github.com/epsilonz/epsilonz.rs |
max_upload_size | |
id | 225 |
size | 5,224 |
Functional programming in Rust
This library is roughly fashioned after scalaz which in is turn heavily influenced by the Kmett ecosystem.
See the API documentation here.
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
There is an IRC channel on freenode (chat.freenode.net) at #epsilonz.