hkt

Crates.iohkt
lib.rshkt
version0.0.3
sourcesrc
created_at2015-01-09 21:17:32.562689
updated_at2015-12-11 23:57:02.323352
descriptionSimulated higher-kinded types for Rust
homepage
repositoryhttps://github.com/darinmorrison/hkt.rs
max_upload_size
id751
size6,381
(silvanshade)

documentation

http://darinmorrison.github.io/hkt.rs/doc/hkt/

README

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.

Commit count: 0

cargo fmt