This review is from Crev, a distributed system for code reviews. To add your review, set up cargo-crev.

0.13.1 (current) Rating: Neutral Thoroughness: Low Understanding: Low

by weiznich on 2024-02-29

Review update from 0.12.0 to 0.13.1

  • Added some #[must_use] annotations
  • Generalize some impl to take more than slices as arguments
  • Rewrite decoder/encoder (did not notice unsafe code, but a few strange expect calls)

These reviews are from cargo-vet. To add your review, set up cargo-vet and submit your URL to its registry.

The current version of GIF is 0.13.1.

0.11.3 (older version) safe-to-run

From kornelski/crev-proofs copy of salsa.debian.org.

Packaged for Debian (stable). Changelog:

  • Team upload.
  • Package gif 0.11.3 from crates.io using debcargo 2.5.0
  • Disable bench and remove dev-dependency on criterion so the rest of the testsuite can run.
  • Disable tests that depend on test data which is not included in the Debian package.
  • Add feature requirements for examples.
  • Use collapse_features=true

cargo-vet does not verify reviewers' identity. You have to fully trust the source the audits are from.

ub-risk-1 (implies ub-risk-2)

Excellent soundness.

Full description of the audit criteria can be found at https://github.com/google/rust-crate-audits/blob/main/auditing_standards.md#ub-risk-1

ub-risk-2 (implies ub-risk-3)
Implied by other criteria

Negligible unsoundness or average soundness.

Full description of the audit criteria can be found at https://github.com/google/rust-crate-audits/blob/main/auditing_standards.md#ub-risk-2

ub-risk-3 (implies ub-risk-4)
Implied by other criteria

Mild unsoundness or suboptimal soundness.

Full description of the audit criteria can be found at https://github.com/google/rust-crate-audits/blob/main/auditing_standards.md#ub-risk-3

ub-risk-4
Implied by other criteria

Extreme unsoundness.

Full description of the audit criteria can be found at https://github.com/google/rust-crate-audits/blob/main/auditing_standards.md#ub-risk-4

safe-to-run

This crate can be compiled, run, and tested on a local workstation or in controlled automation without surprising consequences. More…

unknown

May have been packaged automatically without a review


Lib.rs has been able to verify that all files in the crate's tarball, except Cargo.lock, are in the crate's repository with a git tag matching the version. Please note that this check is still in beta, and absence of this confirmation does not mean that the files don't match.

Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories, so there is a possibility that published crates have a misleading repository URL, or contain different code from the code in the repository.

To review the actual code of the crate, it's best to use cargo crev open gif. Alternatively, you can download the tarball of gif v0.13.1 or view the source online.