diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-13 16:50:52 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-04-13 17:14:18 -0400 |
commit | 23f7ad8f94d6e0a260a9fd6e78b55e5c9e18bec8 (patch) | |
tree | 29398bff317af73597a1d538b9ebeab79a46dbb9 /src/root.zig | |
parent | 8779b2914948f0c8e0b1e420cc44ffa46294752f (diff) |
Break out the impl to a lib
This will make it easier to make a C library.
Diffstat (limited to 'src/root.zig')
-rw-r--r-- | src/root.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig new file mode 100644 index 0000000..739dd47 --- /dev/null +++ b/src/root.zig @@ -0,0 +1,2 @@ +pub const Client = @import("Saprus.zig"); +pub usingnamespace @import("message.zig"); |