fun

Crates.iofun
lib.rsfun
version0.0.1
sourcesrc
created_at2015-01-06 20:39:49.47938
updated_at2015-12-11 23:57:02.323352
descriptionA small prelude for functional programming in Rust
homepage
repositoryhttps://github.com/epsilonz/fun.rs
max_upload_size
id728
size6,388
(silvanshade)

documentation

http://epsilonz.github.io/fun.rs/doc/fun/

README

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
Commit count: 0

cargo fmt