feat: update cbor to add support for allocating extraction of arrays
This commit is contained in:
parent
7069d36461
commit
50145dd176
5 changed files with 6 additions and 2 deletions
|
@ -57,6 +57,7 @@ pub const Error = error{
|
|||
InvalidPIntType,
|
||||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
BadArrayAllocExtract,
|
||||
} || std.Thread.SpawnError;
|
||||
|
||||
pub fn init(allocator: std.mem.Allocator, handler_ctx: *anyopaque, no_alternate: bool, _: *const fn (ctx: *anyopaque) void) Error!Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue