uid 0.1.1

A crate for the creation of unique IDs.
Documentation
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