#functional #prelude #functional-programming

deprecated nightly fun

A small prelude for functional programming in Rust

1 unstable release

Uses old Rust 2015

0.0.1 Jan 6, 2015

#74 in #prelude

MIT license

4KB
116 lines

fun.rs

A small prelude for functional programming in Rust

build status

Documentation

See the API documentation here.

Requirements

  1. Rust
  2. Cargo

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.

No runtime deps