more error handling and oranization

This commit is contained in:
Harrison DiAmbrosio 2025-10-23 13:30:59 -04:00
parent 609ee42d66
commit b328c0a7c7
8 changed files with 81 additions and 51 deletions

View file

@ -12,7 +12,7 @@ pub fn main() !void {
std.log.info("Starting mezzaluna", .{});
try server.init();
server.init();
defer server.deinit();
var buf: [11]u8 = undefined;