zig/lib/std/fs
Andrew Kelley 06b44a0afa update git fetching logic to new reader/writer API
- flatten std.crypto.hash.Sha1 and give it a writable interface that
  optimizes splats
- flatten std.hash.crc and give it a writable interface that optimizes
  splats
- remove old writer impls from std.crypto
- add fs.File.Writer.moveToReader
- add fs.File.Writer.seekTo
- add std.io.Reader.Hashed and std.io.Writer.Hashed which are
  passthrough streams. Instead of passing through to null writer, use
  the writable interface implemented directly on hashers which doesn't
  have to account for passing through the data.
- add std.io.BufferedWriter.writeSplatAll
2025-07-01 16:35:29 -07:00
..
AtomicFile.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
Dir.zig fix build runner compilation 2025-07-01 16:35:28 -07:00
File.zig update git fetching logic to new reader/writer API 2025-07-01 16:35:29 -07:00
get_app_data_dir.zig std: Add support for SerenityOS in various places 2025-03-11 14:59:42 +00:00
path.zig build_runner: port to std.io.BufferedReader API changes 2025-07-01 16:35:27 -07:00
test.zig std.io: redo Reader and Writer yet again 2025-07-01 16:35:27 -07:00
wasi.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00