typebool

Type-level booleans meant for compile-time hackery.

Installation

This crate is available on crates.io and can be used by adding the following to your project's Cargo.toml:

toml [dependencies] typebool = "0.1.0"

and this to your crate root (main.rs or lib.rs):

rust extern crate typebool;

License

This project is released under either:

at your choosing.