dvb-pes 0.1.2

DEPRECATED — renamed to `mpeg-pes`. PES depacketization + PTS/DTS, ISO/IEC 13818-1 §2.4.3.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 13.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 779.61 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • fishloa/rust-dvb
    0 0 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fishloa

dvb-pes (DEPRECATED)

This crate has been renamed to mpeg-pes.

PES (Packetized Elementary Stream) depacketization + PTS/DTS is an ISO/IEC 13818-1 standard, not DVB-specific, so the crate was renamed accordingly.

Please update your dependency:

# Before:
dvb-pes = "0.1"

# After:
mpeg-pes = "0.1"

Replace all dvb_pes:: references with mpeg_pes:: in your source code.