#implement a custom writer
1 messages · Page 1 of 1 (latest)
The source code for FixedBufferStream is a pretty simple reader/writer implementation to base your own on: https://github.com/ziglang/zig/blob/master/lib/std/io/fixed_buffer_stream.zig
This is assuming you need to implement something to satisfy the std library Writer interface, I second the question about your use case.
yeah thats what i need
is there a way to override the writer std.log and std.debug uses?