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
1
Packages
Wiki
Activity
Actions
A Fast & flexible cbor encoding, decoding and matching library for Zig
44
commits
1
branch
1
tag
201
KiB
Zig
100%
3bdf25183e
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
Lumor Sunil
3bdf25183e
Added struct and union cases in extract and extractAlloc and match (except for structs). Added tests for enums, unions and structs.
2025-07-22 17:18:59 +02:00
src
Added struct and union cases in extract and extractAlloc and match (except for structs). Added tests for enums, unions and structs.
2025-07-22 17:18:59 +02:00
test
Added struct and union cases in extract and extractAlloc and match (except for structs). Added tests for enums, unions and structs.
2025-07-22 17:18:59 +02: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
feat: initial release of thespian's cbor module as a separate package
2025-03-18 23:06:38 +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
README.md
Zig CBOR
A Fast & flexible cbor encoding, decoding and matching library for Zig