Skip to content

Releases: andreacorbellini/rust-drop-tracker

v0.1.3

04 Nov 06:12
Compare
Choose a tag to compare
  • Added track_many() to DropTracker.

v0.1.2

28 Jan 01:15
Compare
Choose a tag to compare
  • Added assertions methods to DropTracker (assert_alive(),
    assert_dropped(), etc) to make test code more concise.

  • Added fully_alive() and fully_dropped() to DropTracker to quickly check
    if all the tracked keys are in a the desired state.

  • DropItem now implements traits to compare its keys with primitive types
    (i32, char, bool, str, ...).

Crate: https://crates.io/crates/drop-tracker/0.1.2
Documentation: https://docs.rs/drop-tracker/0.1.2/drop_tracker/index.html

v0.1.1

11 Jul 06:07
Compare
Choose a tag to compare
  • DropItem can now hold arbitrary values, making it easy to implement items
    that are comparable and hashable.

  • DropItem is now marked with #[must_use].

Crate: https://crates.io/crates/drop-tracker/0.1.1
Documentation: https://docs.rs/drop-tracker/0.1.1/drop_tracker/index.html

v0.1.0

11 Jul 05:56
Compare
Choose a tag to compare