// Use no_std when the "std" feature is disabled
//! # Diagnostics over Internet Protocol Codec Crate
//!
//! The purpose of this crate is to provide an easy way to encode and decode
//! `DoIP` Messages defined in the `doip-definitions` crate.
//!
// region: --- Modules
// Python bindings (only available when std is enabled)
// Flatten
pub use crate;
pub use *;
// endregion: --- Modules