Refactored (again) the packet module, added the identity and destination modules

This commit is contained in:
Gu://em_ 2026-07-03 21:58:29 +02:00
parent 0eae5818a0
commit 1216dc2282
5 changed files with 178 additions and 100 deletions

View file

@ -49,6 +49,7 @@ pub fn build(b: *std.Build) void {
ctx.addTestModule(root_module);
ctx.addTestFile("src/packet.zig");
ctx.addTestFile("src/identity.zig");
}