markstory / rust-statsd

Statsd client implemented in Rust
MIT License
58 stars 26 forks source link

use std::time::Instant #13

Closed lilydjwg closed 7 years ago

lilydjwg commented 7 years ago

This one is monotonic, not affected by manual system time changes.

This API is introduced in Rust 1.8.0 but it's already quite old. (Ubuntu has at least 1.15, Debian 1.14.)