mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 20:13:21 +00:00
instead this use case is better served with passthrough streams. For instance, hashing writers should support being passed an underlying writer, and the buffer can go in front of the hasher for optimal code.