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.

lazy-init 0.3.0
neutral
2019-08-26
low, low

I'm not clear it is safe, but at least it does not seem malicious.

Potential unsoundness is reported at https://github.com/khuey/lazy-init/issues/9 but it is neither fixed nor refuted.
This is the reason of the neutral rating.

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

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