Crates.io | fun |
lib.rs | fun |
version | 0.0.1 |
source | src |
created_at | 2015-01-06 20:39:49.47938 |
updated_at | 2015-12-11 23:57:02.323352 |
description | A small prelude for functional programming in Rust |
homepage | |
repository | https://github.com/epsilonz/fun.rs |
max_upload_size | |
id | 728 |
size | 6,388 |
A small prelude for functional programming in Rust
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