docs: drop the deepwiki links

The readme is fine now. Don't really need an external link anymore.
This commit is contained in:
CJ van den Berg 2026-03-12 22:29:29 +01:00
parent 468522a455
commit 66c28df31b
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -3,8 +3,6 @@
A fast & flexible [CBOR (RFC 8949)](https://cbor.io/) encoding, decoding, and A fast & flexible [CBOR (RFC 8949)](https://cbor.io/) encoding, decoding, and
pattern-matching library for Zig 0.15+. pattern-matching library for Zig 0.15+.
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/neurocyte/cbor)
--- ---
## Features ## Features
@ -311,8 +309,3 @@ const Timestamp = struct {
| `decodeType(iter)` | Decode the type header of the next value | | `decodeType(iter)` | Decode the type header of the next value |
| `skipValue(iter)` | Advance iterator past the next value | | `skipValue(iter)` | Advance iterator past the next value |
| `isNull(buf)` | Test whether a buffer contains a CBOR null | | `isNull(buf)` | Test whether a buffer contains a CBOR null |
---
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/neurocyte/cbor)