logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: static_cell

https://lib.rs/crates/static_cell/

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

static_cell = "1.0.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
4
2
4
crate version
rating
date
reviewer
thoroughness, understanding
static_cell 1.0.0
positive
2022-11-20
medium, high
alternative:
lazy_static

Simple encapsulation of the unsafeness of setting a static variable only once and using that value as &'static from there on. Less automatic than lazy_static.

static_cell 1.0.0
positive
2022-11-20
medium, high
alternative:
lazy_static

Simple encapsulation of the unsafeness of setting a static variable only once and using that value as &'static from there on. Less automatic than lazy_static. More focused on the no_std (and possibly atomic polyfilling) use case than once_cell, which otherwise provides a more comprehensive feature set.

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

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