logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: tempfile

https://lib.rs/crates/tempfile/

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

tempfile = "3.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
1
5
1
1
1
2
1
crate version
rating
date
reviewer
thoroughness, understanding
tempfile 3.2.0
positive
2021-03-20
low, medium

The unsafes all look good and are not trivial to replace (tried the ASCII
string composition, but the compiler can't optimize away from_utf8's error
by seeing through into the possible random values.

Average understanding is medium, I don't know the APIs underlying the Windows
implementation.

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

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