zig/lib/std/compress
Shun Sakai a3ad0a2f77 std.compress.flate.Lookup: Replace invisible doc comments with top-level doc comments
I think it would be better if this invisible doc comments is top-level
doc comments rather than doc comments. Because it is at the start of a
source file. This makes the doc comments visible.
2025-01-22 23:34:57 +09:00
..
flate std.compress.flate.Lookup: Replace invisible doc comments with top-level doc comments 2025-01-22 23:34:57 +09:00
lzma add test coverage for previous commit 2025-01-20 21:41:30 -08:00
lzma2
testdata
xz Rename *[UI]LEB128 functions to *[UI]leb128 2024-06-23 04:30:12 +01:00
zstandard Rewrite bit_reader and bit_writer to take advantage of current zig semantics and enhance readability (#21689) 2024-10-13 18:44:42 -07:00
flate.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
gzip.zig flate: use 4 bytes lookahead for zlib 2024-03-04 09:53:01 +01:00
lzma.zig Fix memcpy alias bug in std.compress.lzma 2025-01-20 21:41:12 -08:00
lzma2.zig
xz.zig Rename *[UI]LEB128 functions to *[UI]leb128 2024-06-23 04:30:12 +01:00
zlib.zig compress.zlib: add overshoot test cast 2024-03-04 09:53:01 +01:00
zstandard.zig