// SPDX-License-Identifier: MIT
//! Shared, dependency-free data types.
//!
//! Nothing in this module reaches for the network, the terminal, or the
//! filesystem. Every type is trivially cloneable and safe to send between
//! threads.
pub use ;
pub use ;
pub use ;
pub use ;