added deserialiser tests, fixed some bugs in deserialised

This commit is contained in:
Moritz Gmeiner 2025-03-31 00:02:39 +02:00
commit 0275d67669
8 changed files with 267 additions and 93 deletions

5
tests/root.zig Normal file
View file

@ -0,0 +1,5 @@
pub const deserialise = @import("deserialise/root.zig");
test {
@import("std").testing.refAllDecls(@This());
}