diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-17 13:09:02 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-17 13:09:02 +0100 |
| commit | 6201307fecf8398a1b53bf276bc08bfbb3524899 (patch) | |
| tree | 2e623f4779b310a81b49dbb146146f8a694d9ec8 /src/root.zig | |
| parent | 9c979a6fefdfc6709b3576014520d219e02c3649 (diff) | |
implement memora.Stream
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 81dcdb2..31cd751 100644 --- a/src/root.zig +++ b/src/root.zig @@ -7,3 +7,4 @@ pub const routes = @import("routes/root.zig"); pub const Server = @import("server.zig"); pub const Storage = @import("storage/root.zig"); pub const Context = @import("context.zig"); +pub const Stream = @import("stream/root.zig").Stream; |