1 unstable release

Uses old Rust 2015

0.0.1 Dec 30, 2014

#38 in #bench

MIT license

3KB
67 lines

type-level.rs

Type-level programming in Rust

build status

Synopsis

This library implements type-level programming functionality.

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.

No runtime deps