serialiser
This commit is contained in:
parent
113f49f6a4
commit
e1f1084a39
14 changed files with 698 additions and 51 deletions
|
|
@ -2,7 +2,7 @@ const std = @import("std");
|
|||
|
||||
pub const msgpack = @import("msgpack");
|
||||
|
||||
const deserialise = msgpack.deserialise.deserialise;
|
||||
const deserialise = msgpack.deserialise;
|
||||
|
||||
fn test_uint(bytes: []const u8, expected: u64) !void {
|
||||
const alloc = std.testing.allocator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue