1 unstable release
Uses old Rust 2015
0.0.1 | Jan 6, 2015 |
---|
#79 in #prelude
4KB
116 lines
fun.rs
A small prelude for functional programming in Rust
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
lib.rs
:
This crate defines a small prelude for functional programming in Rust with epsilonz.