This website requires JavaScript.
Explore
Help
Sign in
neurocyte
/
cbor
Watch
1
Star
0
Fork
You've already forked cbor
0
Code
Issues
Pull requests
Projects
Releases
2
Packages
Wiki
Activity
Actions
A Fast & flexible cbor encoding, decoding and matching library for Zig
69
commits
2
branches
3
tags
361
KiB
Zig
100%
be1e1f551e
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
CJ van den Berg
be1e1f551e
refactor: reduce write calls in float writing functions
...
Also using std.mem.writeInt.
2026-03-12 20:18:05 +01:00
src
refactor: reduce write calls in float writing functions
2026-03-12 20:18:05 +01:00
test
refactor: add some more byte level scalar encoding tests
2026-03-12 20:10:54 +01:00
.gitignore
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
README.md
docs: add deepwiki badge to readme
2025-05-28 11:17:49 +02:00
README.md
Zig CBOR
A Fast & flexible cbor encoding, decoding and matching library for Zig