Skip to content

Releases: coriolinus/counter-rs

v0.7.1 - 2026-03-25

25 Mar 06:02
e518825

Choose a tag to compare

What's Changed

  • chore: upgrade dependencies by @coriolinus in #52
  • fix: error[E0277]: the trait bound St: BuildHasher is not satisfied by @krzemyczek in #56

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - custom hashers

13 Aug 20:58
5fe3b55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

30 Jun 11:25
01637a6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.5.8

v0.5.7: Counters are Multisets

12 Oct 14:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6: `k_most_common_items` and more relaxed trait bounds

16 Jul 10:42

Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5: Relax trait bounds, add `.total()` method

05 May 20:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4: Relax trait bounds for `Default`

02 Apr 17:44

Choose a tag to compare

What's Changed

  • Relax trait bounds for Default implementation by @jonasbb in #19

New Contributors

Full Changelog: v0.5.3...v0.5.4

more iterators and relax trait bounds

07 Feb 16:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

impl Extend, IntoIterator for Counter

23 Jun 12:22

Choose a tag to compare

Implementing these traits gives users more ways to usefully combine their counts.

Remove unnecessary cloning

19 May 11:19
f7f7b71

Choose a tag to compare

This release removes self-cloning from the Add, Sub, and BitOr impls.
This also fixes a number of other clippy, minor clippy lints.