//! Dimensionally-typed physical quantities.
//!
//! Each physical dimension is a submodule exposing a quantity newtype `Q<V, U>` — a
//! scalar `V` tagged with a zero-sized unit marker `U` — alongside the marker trait and
//! unit types implementing it. Converting between units is the explicit `.to()`.
pub use ;