uid 0.1.2

A crate for the creation of unique IDs.
Documentation
0.1.2
-----
- Made the crate `no_std` compatible
- Added categories to `Cargo.toml`


0.1.1
-----
- Made implementation more friendly to size optimizations (e.g., as
  employed by `Option`) by using `NonZeroUsize` internally


0.1.0
-----
- Initial release