Crates.io | type-level |
lib.rs | type-level |
version | 0.0.1 |
source | src |
created_at | 2014-12-30 03:26:31.318994 |
updated_at | 2015-12-11 23:59:34.806356 |
description | Type-level programming in Rust |
homepage | |
repository | https://github.com/epsilonz/type-level.rs |
max_upload_size | |
id | 668 |
size | 5,069 |
Type-level programming in Rust
This library implements type-level programming functionality.
See the API documentation here.
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
There is an IRC channel on freenode (chat.freenode.net) at #epsilonz.