2 releases
Uses old Rust 2015
0.1.1-alpha1 | Nov 4, 2018 |
---|---|
0.1.0 | Oct 26, 2018 |
#16 in #would
122 downloads per month
Used in 3 crates
6KB
163 lines
Provides a trait CheckedEnum
and a type UncheckedEnum
which are
useful when wrapping FFI libraries that use enums which you cannot guarantee
will be in range, but you would like to allow a program to keep running
when such an enum value is encourtered