Update README
This commit is contained in:
parent
79bf70d503
commit
fd269e7407
@ -1,7 +1,5 @@
|
|||||||
# zig_units
|
# 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.
|
`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.**
|
At runtime, a `Quantity` is just its underlying numeric value — **zero memory overhead.**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user