//! Decode exactly one frame and re-encode it into a vector.
//!
//! This is the allocating counterpart to `decode_exact_no_alloc`. It requires
//! the crate's `alloc` feature.
//!
//! Run with:
//!
//! ```sh
//! cargo run -p meterbus-wired-datalink --example decode_exact_alloc --features alloc
//! ```
use ;