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

Rust reader for Realtime Transport Protocol packet structure

Results 5 rtp-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

this makes idiomatic error propagation easier and allows utilizing crates like thiserror or anyhow this implements issue #11

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

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.0] - 2023-05-23 Changed Replaced lazy_static dependency with once_cell Improved documentation of the html_reports feature...

dependencies

The only things keeping rtp-rs from building on no-std are `RtpPacketBuilder::build` (`build_into` is fine), the two Error trait impls, some references to `std` that could be `core`, and some use...