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