//! UDS and OBD-II byte-frame codec for SIM automotive diagnostics.
//!
//! The runtime codec symbol is `codec/uds`. It reads diagnostic bytes and emits
//! inert `Expr::Map` records for read-DID requests/responses, OBD-II mode
//! requests, and DTC responses. Encoding those records produces the original
//! bytes. DTC status bytes are decoded into the shared `auto/DtcStatus` shape
//! without adding fault descriptions or proprietary traces.
pub use ;
pub use ;
pub use ;
/// Cookbook recipes for this codec, embedded at build time.
pub static RECIPES: EmbeddedDir =
include!;