- Added
track_many()
toDropTracker
.
-
Added assertions methods to
DropTracker
(assert_alive()
,assert_dropped()
, etc) to make test code more concise. -
Added
fully_alive()
andfully_dropped()
toDropTracker
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
, ...).
-
DropItem
can now hold arbitrary values, making it easy to implement items that are comparable and hashable. -
DropItem
is now marked with#[must_use]
.
- Initial release