#boolean #enums #true #false #respectively #won-t #re-useable

no-std bool

Straightforward re-useable enum based boolean (which you likely won't need =))

3 releases (breaking)

0.3.0 Jun 30, 2020
0.2.0 Feb 15, 2020
0.1.0 Feb 15, 2020

#317 in No standard library

Download history 8/week @ 2024-09-21

523 downloads per month

Apache-2.0 OR MIT

24KB
604 lines

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).

No runtime deps