Skip to content

v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@havenwood havenwood released this 10 Oct 22:37
· 15 commits to main since this release

Changelog

  • Make tally() non-consuming and add a consuming into_tally()
  • Prefer usize to u64 for len()-like counts
  • Remove the avg field
  • Add a Reader boxed type for Read trait
  • Enclose Case and Sort in an Options struct