You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
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).
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
The text was updated successfully, but these errors were encountered: