boolean 0.3.0

Straightforward re-useable enum based boolean (which you likely won't need =))
Documentation
  • Coverage
  • 55.56%
    10 out of 18 items documented1 out of 14 items with examples
  • Size
  • Source code size: 27.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • foresterre/boolean
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • foresterre

This crate provides the boolean algebra based types True and [False] as enum values. They serve a similar purpose as the built-in primitive boolean types trueand false` respectively (but are not interchangeable).