free

Crates.iofree
lib.rsfree
version0.0.1
sourcesrc
created_at2014-11-21 04:26:53.01547
updated_at2015-12-11 23:54:29.779751
descriptionMacro-based free monads in Rust
homepage
repositoryhttps://github.com/epsilonz/free.rs
max_upload_size
id212
size4,792
(silvanshade)

documentation

http://www.rust-ci.org/epsilonz/free.rs/doc/free/

README

free.rs

Macro-based free monads 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