epsilonz

Crates.ioepsilonz
lib.rsepsilonz
version0.0.2
sourcesrc
created_at2014-11-21 05:25:49.583619
updated_at2015-12-11 23:58:51.47213
descriptionFunctional programming in Rust
homepage
repositoryhttps://github.com/epsilonz/epsilonz.rs
max_upload_size
id225
size5,224
(silvanshade)

documentation

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

README

epsilonz.rs

Functional programming in Rust

build status

Synopsis

This library is roughly fashioned after scalaz which in is turn heavily influenced by the Kmett ecosystem.

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

Discussion

There is an IRC channel on freenode (chat.freenode.net) at #epsilonz.

Commit count: 0

cargo fmt