From fd269e7407927eea56626f7306c2b29daebe3c26 Mon Sep 17 00:00:00 2001 From: AdrienBouvais Date: Tue, 21 Apr 2026 15:24:50 +0200 Subject: [PATCH] Update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e752185..c839a69 100644 --- a/README.md +++ b/README.md @@ -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.**