To use ttl-queue/0.2.0 in your project, add:
[dependencies]
ttl-queue = "0.2.0"
Changes since 0.1.0
Added
- Added
iter()
andIntoIter
support. - Added
avg_delta()
to calculate duration differences directly.
To use ttl-queue/0.2.0 in your project, add:
[dependencies]
ttl-queue = "0.2.0"
iter()
and IntoIter
support.avg_delta()
to calculate duration differences directly.