lox-units 0.1.0-alpha.10

Physical units for the Lox ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2025 Helge Eichhorn <git@helgeeichhorn.de>
//
// SPDX-License-Identifier: MPL-2.0

//! Physical unit types re-exported from [`lox_core::units`].

#![warn(missing_docs)]

#[doc(inline)]
pub use lox_core::units::*;