logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: arrayvec

https://lib.rs/crates/arrayvec/

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

arrayvec = "0.7.2"

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
13
8
1
1
1
1
1
2
2
2
1
2
1
2
1
2
1
crate version
rating
date
reviewer
thoroughness, understanding
arrayvec 0.7.2
positive
2021-12-23
medium, low
alternative:
smallvec

The crate uses a lot of unsafe, although the conditions for safety seem to have been taken in consideration carefully.
The use of unsafe consists of: - Handling len/capacity where bounds are checked manually. This looks correct. - Handling unitialized memory for indices >= len. I don't know enough about it to judge correctness here - Handling utf8 conversions/assumptions. For example, the conversion from char to bytes. Correctness is checked for every byte here, so this is likely correct, too.

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

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