hkt_macros

Crates.iohkt_macros
lib.rshkt_macros
version0.0.3
sourcesrc
created_at2015-02-04 20:48:59.974177
updated_at2015-12-11 23:53:29.779383
descriptionSimulated higher-kinded types for Rust
homepage
repositoryhttps://github.com/darinmorrison/hkt.rs
max_upload_size
id1346
size309
(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