logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: cloudabi

https://lib.rs/crates/cloudabi/

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

cloudabi = "0.0.3"

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
2
crate version
rating
date
reviewer
thoroughness, understanding
cloudabi 0.0.3
positive
2019-07-25
low, medium
cloudabi 0.0.3
neutral
2019-07-23
low, medium

Interesting idea. Lots of unsafe! Supposedly auto-generated.
I have at least read the code enough (including explicitly looking at each use of unsafe)
to believe there are no obvious funny business nor proper soundness issues. That said:

Concerns (rating: neutral):
Lots of concerning use of unsafe { ... } + core::mem::uninitialized()... but only in #[test] code.
#[allow(improper_ctypes)] for extern "C" block. Sounds like UB-bait.
Punts all safety concerns to the user.

Concerns (thoroughness: low):
I have not properly vetted fn/struct/type signatures against a proper reference.

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

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