zig/lib/std/compress/deflate
Veikka Tuominen 0333ff4476 stage2: make error{} the same size as anyerror
Having `error{}` be a zero bit type causes issues when it interracts
with empty inferred error sets which are the same size as `anyerror`.
2022-06-11 23:49:33 +03:00
..
testdata
bits_utils.zig
compressor.zig stage2: small fixes + adjustments to std tests 2022-06-11 23:49:33 +03:00
compressor_test.zig stage2: make error{} the same size as anyerror 2022-06-11 23:49:33 +03:00
decompressor.zig stage2: small fixes + adjustments to std tests 2022-06-11 23:49:33 +03:00
deflate_const.zig
deflate_fast.zig
deflate_fast_test.zig stage2: small fixes + adjustments to std tests 2022-06-11 23:49:33 +03:00
dict_decoder.zig
huffman_bit_writer.zig
huffman_code.zig
mem_utils.zig
token.zig