monad_macros

Crates.iomonad_macros
lib.rsmonad_macros
version0.0.1
sourcesrc
created_at2014-11-21 04:42:17.35738
updated_at2015-12-11 23:54:29.779751
descriptionStackless monads in Rust
homepage
repositoryhttps://github.com/epsilonz/monad.rs
max_upload_size
id215
size1,209
(silvanshade)

documentation

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

README

monad.rs

Stackless monads in Rust

build status

The mdo! macro is based on upon rust-mdo but modified to work with the different structures here.

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