//! Shared helpers for `dvb-tools` subcommands.
use ExitCode;
use ;
/// Read a file into memory. On `Err`, prints to stderr and returns `Err`.
pub
/// Yield every aligned 188-byte packet from `data`, skipping short tails and
/// non-sync-byte prefixes. Pulled into a helper so subcommands stay focused on
/// the per-table view rather than the TS framing loop.
pub + '_