Releases: r4gus/zbor
Releases · r4gus/zbor
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
More support for manual serialization.
zig.build.zon
:
.dependencies = .{
.zbor = .{
.url = "https://github.com/r4gus/zbor/archive/refs/tags/0.13.1.tar.gz",
.hash = "122051750f4d7ecc9b705f1bbea1d431956306c74dafa4e9b625b11a34fab4c06933",
},
},
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",
},
},
}
0.12.2
// build.zig.zon
.{
.name = "your-project",
.version = "0.1.0",
.dependencies = .{
.zbor = .{
.url = "https://github.com/r4gus/zbor/archive/refs/tags/0.12.2.tar.gz",
.hash = "12206bbb8acbd91940b4e4d5cc2b3ea9c889de0f15b696cacb46c9208dcaa83bf8a6",
},
},
}