//! # IPv4: Internet Protocol Version 4
//!
//! Routes packets in IPv4 networks.
//!
//! ## Status
//!
//! **In Development** — Codec and mapping API mostly complete.
//! Communication layer pending. Breaking changes possible until stable.
//!
//! ## References
//!
//! - Base Specification: [RFC 791](https://datatracker.ietf.org/doc/html/rfc791)
//! - DS field: [RFC 2474](https://datatracker.ietf.org/doc/html/rfc2474)
//! - ECN field: [RFC 3168](https://datatracker.ietf.org/doc/html/rfc3168)
//! - DSCP field: [RFC 8436](https://datatracker.ietf.org/doc/html/rfc8436)
pub use *;
pub use *;