Skip to content

Minor Changes

Latest
Compare
Choose a tag to compare
@austinhartzheim austinhartzheim released this 19 Jan 23:19
· 2 commits to master since this release
288eb05

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)]