dvb-common 8.1.0

DEPRECATED: renamed to `broadcast-common`. This crate re-exports it.
Documentation
1
2
3
4
5
6
7
8
9
//! **DEPRECATED — renamed to [`broadcast_common`](https://crates.io/crates/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.
#![no_std]
#![allow(deprecated)]

pub use broadcast_common::*;