4 releases

Uses old Rust 2015

0.0.3 Feb 4, 2015
0.0.2 Jan 30, 2015
0.0.1 Jan 10, 2015
0.0.0 Jan 9, 2015

#2643 in Rust patterns


Used in hkt_macros

MIT license

6KB
130 lines

hkt.rs

Simulated higher-kinded types for 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

Discussion

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

Dependencies

~49KB