exhaustive-map 0.3.0

An exhaustive map for types with finite inhabitants
Documentation
1
2
3
4
5
6
7
8
9
10
mod core;

#[cfg(feature = "alloc")]
mod alloc;

#[cfg(feature = "std")]
mod std;

#[cfg(all(test, feature = "std"))]
mod test_utils;