markstory / rust-statsd

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

Custom error handling #2

Closed cholcombe973 closed 9 years ago

cholcombe973 commented 9 years ago

I added some custom error handling to your Client library so that you don't have to use unwrap(). Hope you like it!

markstory commented 9 years ago

Thanks :+1: