serialiser

This commit is contained in:
Moritz Gmeiner 2025-04-02 02:44:26 +02:00
commit e1f1084a39
14 changed files with 698 additions and 51 deletions

View file

@ -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;