2个版本

使用旧的Rust 2015

0.0.2 2014年11月22日
0.0.1 2014年11月21日

#984 in 数学

MIT 许可证

3KB

epsilonz.rs

Rust中的函数式编程

build status

摘要

这个库大致模仿了scalaz,而scalaz又受到了Kmett生态系统的很大影响。

文档

请参阅API文档此处

需求

  1. Rust
  2. Cargo

您可以使用以下命令安装它们:

$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh

有关安装Rust的详细信息,请参阅安装Rust

使用方法

$ cargo build       ## build library and binary
$ cargo test        ## run tests in ./tests
$ cargo bench       ## run benchmarks in ./benches

讨论

freenode (chat.freenode.net)上有#epsilonz的IRC频道。

依赖关系

~645KB