diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2025-10-12 17:12:58 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2025-10-12 18:05:34 -0400 |
| commit | fe166d21060ee541d1d053da3a85144c7b269120 (patch) | |
| tree | 45aac708b8c3e256770bb7319e19c43cb7fd4ce9 /src/root.zig | |
| parent | 439ee004443f5cf36f53573af91fafa95eb7737a (diff) | |
Start breaking out net logic to NetWriter
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig index b7c2795..bcf9415 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,6 +1,7 @@ pub const Client = @import("Client.zig"); pub const Connection = @import("Connection.zig"); pub const RawSocketWriter = @import("RawSocketWriter.zig"); +pub const NetWriter = @import("NetWriter.zig"); const msg = @import("message.zig"); |
