Move to hjul crate

Moved timer code into seperate crate (`hjul').
This commit is contained in:
Mathias Hall-Andersen
2019-08-24 23:41:05 +02:00
parent e88ed5d02d
commit 2272e5250f
8 changed files with 42 additions and 199 deletions

View File

@@ -3,7 +3,6 @@
mod constants;
mod handshake;
mod router;
mod timers;
mod types;
use std::sync::Arc;