1 2 3 4 5
/// Common traits shared across the crate pub mod traits; /// Shared data and accessor functions pub mod data;