logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: ucs2

https://lib.rs/crates/ucs2/

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

ucs2 = "0.3.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
6
6
2
2
2
2
2
2
crate version
rating
date
reviewer
thoroughness, understanding
ucs2 0.1.0
strong
2019-11-10
high, high

Verified by reading the entire crate and ensuring that it matched the utf-8 -> ucs2 transformation format.

  • positives
    • definitely conforms to transformations, definitely doesn't panic. Definitely safe.
  • negatives
    • has Error::BufferUnderflow and Error::InvalidData which are both unreachable due to the guarantees of &str.

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

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