//! Units of volume used for both wet and dry that fall under the "US Customary" label.
//! Units falling under "US Legal"
pub use VolumeUnit;
pub const CUP_NUTRITIONAL: VolumeUnit = VolumeUnit ;
pub const FLUID_OUNCE_NUTRITIONAL: VolumeUnit = VolumeUnit ;