From 960da57e68f4c8f384a77220a39a211cac502da8 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 23 Apr 2023 19:16:03 -0400 Subject: [PATCH] Tweaked README coverage list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09b7297..60c4ee2 100644 --- a/README.md +++ b/README.md @@ -188,14 +188,14 @@ Zig Core Language * [x] Sentinel termination * [x] Quoted identifiers @"" * [x] Anonymous structs/tuples/lists -* [ ] Async <--- IN PROGRESS! +* [ ] Async <--- ironically awaiting upstream Zig updates * [X] Interfaces +* [X] Bit manipulation Zig Standard Library * [X] Working with C * [X] String formatting -* [X] Bit manipulation ## Contributing