GGist / ssdp-rs

Simple Service Discovery Protocol In Rust
Apache License 2.0
42 stars 13 forks source link

Error chain compat #38

Closed andete closed 7 years ago

andete commented 7 years ago

Hello,

this pull requests introduces error-chain for the error handling. It automatically introduces traits like Display and Error making the library easier to use in dependent crates.

andete commented 7 years ago

Thanks for the feedback. I'll apply them the next days!