iliekturtles/uom
Units of measurement -- type-safe zero-cost dimensional analysis observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 78
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3725
- days_rel: 474
- days_push: 133
- n_releases_24m: 1
Adoption not part of the score
1254 stars · 129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
uom is a Rust crate providing type-safe, zero-cost dimensional analysis with a pre-built International System of Units (SI) and support for custom unit systems. It catches unit mismatches at compile time, preventing errors like the Mars Climate Orbiter unit mixup.
Use cases
- convert between measurement units safely in Rust
- prevent adding incompatible physical quantities like length and time
- perform dimensional analysis with compile-time unit checking
- define custom systems of quantities and units
- use SI units in embedded no_std Rust projects
- compute velocity or acceleration from length and time quantities
When to choose
- you write Rust code dealing with physical quantities and want compile-time unit safety
- you need SI unit conversions with zero runtime overhead
- you need a no_std-compatible units library
- you want to define custom measurement systems
When to avoid
- you work in a language other than Rust
- you only need simple unit conversions without type safety
- you need runtime-configurable or dynamic unit systems
Facets
library · maturity stable
math type-system developer-tools rust cross-platform embedded units-of-measurement dimensional-analysis si-units no-std zero-cost-abstraction algorithms physics
2 sources
- readme: https://github.com/iliekturtles/uom · fetched 2026-08-28 · 4439c3422e1e
- registry_crates: https://crates.io/api/v1/crates/uom · fetched 2026-08-29 · 7cef3ab45d87
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| iliekturtles/uom | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="iliekturtles/uom")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem