From 66c28df31b8e4448dac7edf063417f2234d6f3c9 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 12 Mar 2026 22:29:29 +0100 Subject: [PATCH] docs: drop the deepwiki links The readme is fine now. Don't really need an external link anymore. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 1625953..89e250c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ A fast & flexible [CBOR (RFC 8949)](https://cbor.io/) encoding, decoding, and pattern-matching library for Zig 0.15+. -[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/neurocyte/cbor) - --- ## Features @@ -311,8 +309,3 @@ const Timestamp = struct { | `decodeType(iter)` | Decode the type header of the next value | | `skipValue(iter)` | Advance iterator past the next value | | `isNull(buf)` | Test whether a buffer contains a CBOR null | - ---- - -[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/neurocyte/cbor) -