typebool

Crates.iotypebool
lib.rstypebool
version0.1.0
sourcesrc
created_at2019-11-14 20:35:21.017664
updated_at2019-11-14 20:35:21.017664
descriptionType-level booleans meant for compile-time hackery.
homepagehttps://github.com/nvzqz/typebool
repositoryhttps://github.com/nvzqz/typebool
max_upload_size
id181317
size19,034
Nikolai Vazquez (nvzqz)

documentation

https://docs.rs/typebool

README

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:

[dependencies]
typebool = "0.1.0"

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

extern crate typebool;

License

This project is released under either:

at your choosing.

Commit count: 7

cargo fmt