type-level

Crates.iotype-level
lib.rstype-level
version0.0.1
sourcesrc
created_at2014-12-30 03:26:31.318994
updated_at2015-12-11 23:59:34.806356
descriptionType-level programming in Rust
homepage
repositoryhttps://github.com/epsilonz/type-level.rs
max_upload_size
id668
size5,069
(silvanshade)

documentation

http://epsilonz.github.io/type-level.rs/doc/type-level/

README

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.

Commit count: 0

cargo fmt