typebool 0.1.0

Type-level booleans meant for compile-time hackery.
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented0 out of 11 items with examples
  • Size
  • Source code size: 18.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • nvzqz/typebool
    9 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nvzqz

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.