Releases: r4gus/zbor
Releases · r4gus/zbor
0.17.2
0.17.1
0.17.0
- The option
from_callback
has been renamed toignore_override
. This is a breaking change! build.zig
andbuild.zig.zon
have been updated for Zig v0.14.0
Use this release in you project:
zig fetch --save https://github.com/r4gus/zbor/archive/refs/tags/0.17.0.tar.gz
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.