logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: lazy_static

https://lib.rs/crates/lazy_static/

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

lazy_static = "1.4.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
8
13
4
6
2
5
1
1
1
1
crate version
rating
date
reviewer
thoroughness, understanding
lazy_static 1.3.0
positive
2019-08-20
low, medium
lazy_static 1.3.0
positive
2019-07-23
high, high

Read all of src, skimmed all of tests. core_lazy.rs looks a little odd, but is 100% safe code - any issues would be in it's core dependency, spin. inline_lazy.rs contains unsafe blocks... look safe, but downgrades rating to merely positive. lib.rs is just safe macros. Tests all pass.

lazy_static 1.3.0
positive
2019-06-21
low, medium
lazy_static 1.3.0
positive
2019-06-21
low, medium

It looks OK... it's a little hard to check all the possible ways such a code could be flawed, though.

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

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