Break out the impl to a lib

This will make it easier to make a C library.
This commit is contained in:
2025-04-13 16:50:52 -04:00
parent 8779b29149
commit 23f7ad8f94
5 changed files with 50 additions and 31 deletions

2
src/root.zig Normal file
View File

@@ -0,0 +1,2 @@
pub const Client = @import("Saprus.zig");
pub usingnamespace @import("message.zig");