Skip to main content

dvb_emsg/
lib.rs

1//! **DEPRECATED — renamed to [`mp4_emsg`].**
2//!
3//! Thin re-export shim kept so existing `dvb-emsg` dependencies keep building.
4//! New code should depend on `mp4-emsg` directly.
5#![no_std]
6#![allow(deprecated)]
7
8pub use mp4_emsg::*;