1 unstable release
Uses new Rust 2024
| 0.1.0 | Jan 7, 2026 |
|---|
#2 in #units-of-measurement
60KB
967 lines
zarrs_convention_uom
The uom zarr convention for the zarrs ecosystem.
For use with the zarrs_conventions crate.
Usage
use zarrs_conventions_uom::UnitOfMeasurement;
let uom = UnitOfMeasurement::builder()
.unit("kg")
.description("how heavy my apples are")
.build();
Dependencies
~4–5.5MB
~110K SLoC