Crates.io | typebool |
lib.rs | typebool |
version | 0.1.0 |
source | src |
created_at | 2019-11-14 20:35:21.017664 |
updated_at | 2019-11-14 20:35:21.017664 |
description | Type-level booleans meant for compile-time hackery. |
homepage | https://github.com/nvzqz/typebool |
repository | https://github.com/nvzqz/typebool |
max_upload_size | |
id | 181317 |
size | 19,034 |
typebool
Type-level booleans meant for compile-time hackery.
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;
This project is released under either:
at your choosing.