//! Build and encode a standard meter-readout request into a vector.
//!
//! This is the allocating counterpart to `request_data_no_alloc`. It requires
//! the crate's `alloc` feature.
//!
//! Run with:
//!
//! ```sh
//! cargo run -p meterbus-wired-datalink --example request_data_alloc --features alloc
//! ```
use ;