Add Crc checksum validation for gzip::header::Parser #845
Annotations
7 errors
|
cargo test
Process completed with exit code 101.
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L67
cannot borrow `crc` as mutable, as it is not declared as mutable
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L76
this function takes 3 arguments but 2 arguments were supplied
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L73
this function takes 3 arguments but 2 arguments were supplied
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L147
cannot find value `crc` in this scope
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L134
cannot find value `crc` in this scope
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L119
cannot find value `crc` in this scope
|