A Fast & flexible cbor encoding, decoding and matching library for Zig
Find a file
CJ van den Berg 30e260bcea
refactor: reduce writeTypedVal to a single write call
Also, use the very cool std.mem.writeInt to avoid endianess issues.
2026-03-12 20:16:49 +01:00
src refactor: reduce writeTypedVal to a single write call 2026-03-12 20:16:49 +01:00
test refactor: add some more byte level scalar encoding tests 2026-03-12 20:10:54 +01:00
.gitignore feat: initial release of thespian's cbor module as a separate package 2025-03-18 23:06:38 +01:00
build.zig build: fix build for 0.15.0-dev.1034+bd97b6618 2025-07-15 16:43:13 +02:00
build.zig.zon build: set minimum zig version to 0.15.2 2026-03-12 19:25:20 +01:00
LICENSE Initial Release 2024-02-08 23:04:55 +01:00
README.md docs: add deepwiki badge to readme 2025-05-28 11:17:49 +02:00

Zig CBOR

A Fast & flexible cbor encoding, decoding and matching library for Zig

Ask DeepWiki