Releases: ystreet/rtp-types
Releases · ystreet/rtp-types
v0.1.2
What's Changed
- Add some benchmarks for parsing and writing RTP packets by @ystreet in #16
- builder: fix calculating size of packet for extension data by @ystreet in #17
- Deny a couple of lints (missing_documentation and missing_debug_implementation) by @ystreet in #18
- Release 0.1.2 by @ystreet in #19
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Declare and check MSRV
- build: drop MSRV to 1.57.0
- Make some getters public, add various new mutable/immutable APIs and improve docs a bit
- Release 0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- builder: implement writer that does not require preinitialisation
- packet: support creating a builder from an existing packet
- add edit functionality for editing the fixed parts of the rtp header
- builder: implement support for custom payload/extension data types
Full Changelog: v0.0.1...v0.1.0