rtp-rs
rtp-rs copied to clipboard
Error types should implement std::err::Error
While not technically necessary this makes proper error propagation a lot easier, especially when using common libraries like thiserror or anyhow.
I've issued PR #10 to fix this issue.