Go to file
Andrew J. Stone 5e45b94a6a Implement Debug for TimerHeap<T>
Use a separate type (DebugEntry) for formatting TimerEntrys during
debug formatting of TimerHeap so that we can still see the other fields when
debug formatting TimerEntrys outside of formatting a TimerHeap.

Fixes #5
2018-02-27 01:37:30 -05:00
src Implement Debug for TimerHeap<T> 2018-02-27 01:37:30 -05:00
.gitignore Add crate level docs and fix expiry bug 2017-12-02 16:05:00 -05:00
.travis.yml Add .travis.yml 2017-11-25 18:03:37 -05:00
Cargo.toml Bump version to 0.2.0 2017-12-10 14:38:47 -05:00
README.md Update travis ci badge location 2017-11-25 18:01:53 -05:00

README.md

BuildStatus

API Documentation

A timer system that uses a binary heap to order timers by expiration time.