Add Crc checksum validation for gzip::header::Parser #839
Annotations
5 errors
|
cargo test
Process completed with exit code 101.
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L163
can't compare `&mut [u8; 2]` with `[u8]`
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L144
the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L134
the `?` operator can only be used on `Result`s, not `Option`s, in a method that returns `Result`
|
|
cargo test:
crates/compression-codecs/src/gzip/header.rs#L109
mismatched types
|