timer_heap 0.3.0

A binary heap based timer management system
Documentation
[![Build
Status](https://travis-ci.org/andrewjstone/timer_heap.svg?branch=master)](https://travis-ci.org/andrewjstone/timer_heap)

[API Documentation](https://docs.rs/timer_heap)


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