This release is relatively uninteresting, with a few internal changes:
- Switch away from deprecated functions in the standard library.
- Add a few more unit tests - we now have 100% test coverage.
- Fix typos and a dead link in
README.md
. - Explicitly forbid unsafe code via
#![forbid(unsafe_code)]