This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Description
Hi, first thanks for creating these libraries, having a good story for webrtc in Rust will be awesome.
We are in the process of using this library (rtp) in an application, however since you are using Anyhow where the error-type does not implemnt std::error::Error
, it's difficult to use in application which does not itself use Anyhow.
Anyhow is awesome, but as far as I can understand it's first and foremost meant for applications. Libraries, which is meant to be used from other libraries or application should use something like thiserror
(https://crates.io/crates/thiserror).
Anyhow mentions this in their README: https://github.com/dtolnay/anyhow#comparison-to-thiserror