Update README

This commit is contained in:
AdrienBouvais 2026-04-21 15:24:50 +02:00
parent 79bf70d503
commit fd269e7407

View File

@ -1,7 +1,5 @@
# zig_units
**Compile-time dimensional analysis and physical quantities for Zig.**
`zig_units` lets you attach physical units to numeric values so that dimension mismatches (like adding distance to time) become **compile errors** rather than silent bugs.
At runtime, a `Quantity` is just its underlying numeric value — **zero memory overhead.**