logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: lazy-init

https://lib.rs/crates/lazy-init/

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

lazy-init = "0.3.0"

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
2
1
2
1
crate version
rating
date
reviewer
thoroughness, understanding
lazy-init 0.3.0
negative
2020-01-18
high, medium
alternative:
double-checked-cell
issues:
high

Unsound API due to a missing !Send bound, allowing data races in safe code.
Mitigated by the fact that most common uses will not expose this
vulnerability, but it is unacceptable for a crate whose entire purpose is to
provide safe synchronization primtives.

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

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