dvb_ule/lib.rs
1//! Deprecated — this crate has been renamed to [`ule`].
2//!
3//! Add `ule` to your `Cargo.toml` instead of `dvb-ule`.
4//! This shim re-exports everything from [`ule`] and will be
5//! removed in a future release.
6#![no_std]
7#![allow(deprecated)]
8#![deprecated(since = "0.1.1", note = "renamed to `ule`; update your Cargo.toml")]
9
10pub use ule::*;