HashMapBool
The new and improved way to use boolean values in your rust code, requiring heap allocation and wasting resources on conversion.
Example usage
let a: HashMapBool = true.into;
let b: HashMapBool = false.into;
assert_eq!;
assert_eq!;
assert!;
assert!;
let mut c = new;
assert!;
c.set_true.unwrap;
assert!;
License
MIT