logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: gift

https://lib.rs/crates/gift/

Add the last reviewed version to Cargo.toml / [dependencies]:

gift = "0.3.1"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
1
1
crate version
rating
date
reviewer
thoroughness, understanding
gift 0.3.1
neutral
2020-02-24
low, medium
alternative:
gif
issues:
medium

gift allows decoding and encoding gifs, providing lower level APIs around
blocks and higher level abstractions.

The design (layers for blocks, frames and rasters) is quite elegant.

The crate does not use any unsafe code.

Before using the decoder on untrusted inputs more review/testing/fuzzing
is required to prevent denial of service. For example the following
quadratic blowup in image size would have been discovered by anyone using the
decoder on more than tiny images: https://github.com/DougLau/gift/pull/3.

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/