Releases: r4gus/zbor
Releases · r4gus/zbor
0.16.0
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
This library now offers a convenient function named ArrayBackedSlice, which enables you to create a wrapper for an array of any size and type. This wrapper implements the cborStringify and cborParse methods, allowing it to seamlessly replace slices (e.g., []const u8) with an array.
0.13.1
0.13.0
0.12.3
two bug fixes.
Use this to get started:
// build.zig.zon
.{
.name = "your-project",
.version = "0.1.0",
.dependencies = .{
.zbor = .{
.url = "https://github.com/r4gus/zbor/archive/refs/tags/0.12.3.tar.gz",
.hash = "1220bbea0285a5d555320b00dde5ced378254c8be144d155d8f886ab4a4e9a855881",
},
},
}