KallDrexx / rust-media-libs

Rust based libraries for misc media functionality
Apache License 2.0
229 stars 58 forks source link

Crate "failure" is deprecated and is unergonomic to use #26

Closed alexschhmchr closed 2 years ago

alexschhmchr commented 2 years ago

The crate failure is deprecated.

Because failure doesn't use the Error trait, things like boxed errors can't be used.

The recommend replacement is thiserror.

KallDrexx commented 2 years ago

Amf0 0.2 and rml_rtmp 0.6 published to crates.io with your change. Thanks again!