rtp-rs icon indicating copy to clipboard operation
rtp-rs copied to clipboard

Error types should implement std::err::Error

Open babymotte opened this issue 1 year ago • 1 comments

While not technically necessary this makes proper error propagation a lot easier, especially when using common libraries like thiserror or anyhow.

babymotte avatar Jul 29 '23 13:07 babymotte

I've issued PR #10 to fix this issue.

babymotte avatar Jul 29 '23 13:07 babymotte