docs: drop the deepwiki links
The readme is fine now. Don't really need an external link anymore.
This commit is contained in:
parent
468522a455
commit
66c28df31b
1 changed files with 0 additions and 7 deletions
|
|
@ -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+.
|
||||||
|
|
||||||
[](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 |
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
[](https://deepwiki.com/neurocyte/cbor)
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue