mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-12 11:30:34 -04:00
cd7d8dff26
Again, `std.zig.Server` expects little-endian. This is easy; we just use a `Reader.fixed` instead of directly `@ptrCast`ing data out of the buffer.