56quarters / cadence

An extensible Statsd client for Rust
https://docs.rs/cadence/
Apache License 2.0
84 stars 27 forks source link

Adding ToCounterValue impls #201

Closed James-Bartman closed 7 months ago

James-Bartman commented 7 months ago

Adding ToCounterValue implementations for i32 and unsigned integers since most counters seem to be unsigned

James-Bartman commented 7 months ago

Sure thing, just updated them. Let me know if there's anything else I should take care of and thanks for responding so quickly!