Go to file
Andrew J. Stone 2992284f37 Bump version to 0.3.0 2018-02-27 01:51:14 -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.3.0 2018-02-27 01:51:14 -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.