These reviews are from Crev, a distributed system for code reviews. To add your review, set up cargo-crev
.
0.10.0 (current) Thoroughness: Low Understanding: Medium
by niklasf on 2020-02-27
An implementation of LZW compression. Overall appearance is solid.
- No unsafe code.
- No unexpected panics. Indirectly fuzz tested by gif encoding crates like gif and gift.
- Appears to be unmaintained.
- Could use cleanups and performance optimizations.
- Small test suite. Could use more roundtrip tests.
0.10.0 (current) Thoroughness: Low Understanding: Medium
Approved without comment by git.sr.ht/~icefox on 2019-08-20
This review is from cargo-vet. To add your review, set up cargo-vet
and submit your URL to its registry.
0.10.0 (current)
From kornelski/crev-proofs copy of git.savannah.gnu.org.
Packaged for Guix (crates-io)
cargo-vet does not verify reviewers' identity. You have to fully trust the source the audits are from.
- unknown
-
May have been packaged automatically without a review
Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories. There is absolutely no guarantee that the repository URL declared by the crate belongs to the crate, or that the code in the repository is the code inside the published tarball.
To review the actual code of the crate, it's best to use cargo crev open lzw
. Alternatively, you can download the tarball of lzw v0.10.0 or view the source online.
The author of the
lzw
crate is unresponsive.Maintained alternatives:
weezl