mod common;
#[path = "quantity_core/constants.rs"]
mod constants;
#[path = "quantity_core/construction.rs"]
mod construction;
#[cfg(feature = "strum")]
#[path = "quantity_core/enum_iter.rs"]
mod enum_iter;
#[path = "quantity_core/metadata.rs"]
mod metadata;
#[cfg(not(any(feature = "storage-f64", feature = "storage-f32")))]
#[path = "quantity_core/normalization.rs"]
mod normalization;
#[cfg(any(feature = "storage-f64", feature = "storage-f32"))]
#[path = "quantity_core/plain_storage.rs"]
mod plain_storage;
#[path = "quantity_core/relations.rs"]
mod relations;
#[path = "quantity_core/runtime_quantity.rs"]
mod runtime_quantity;
#[path = "quantity_core/scalar_edges.rs"]
mod scalar_edges;