4 个版本

使用旧的 Rust 2015

0.0.3 2015年2月4日
0.0.2 2015年1月30日
0.0.1 2015年1月10日
0.0.0 2015年1月9日

#2720Rust 模式


hkt_macros 中使用

MIT 许可证

6KB
130

hkt.rs

Rust 的模拟高阶类型

build status

文档

请参阅 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频道。

依赖项

~49KB