Expand description
DEPRECATED — renamed to broadcast_common.
This crate is a thin re-export shim kept so existing dvb-common dependencies
keep building. New code should depend on broadcast-common directly. No further
feature work lands here.
Modules§
- bcd
- Binary-coded decimal (BCD) codec for DVB wire fields.
- bits
- Big-endian, MSB-first bit reader/writer for dense sub-byte wire fields.
- crc32_
mpeg2 - CRC-32 MPEG-2 — Annex C of ETSI EN 300 468, Annex A of ETSI TS 102 773.
- time
- UTC time and duration codecs for DVB wire fields.
- traits
- Canonical
ParseandSerializetraits for the DVB crate family.
Macros§
- impl_
spec_ display - Generate a
core::fmt::Displayimpl for a spec/field enum that delegates to an inherentfn name(&self) -> &'static str.