logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: fastnbt

https://lib.rs/crates/fastnbt/

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

fastnbt = "2.4.4"

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
crate version
rating
date
reviewer
thoroughness, understanding
fastnbt 2.4.4
neutral
2023-06-03
low, low

Contains some straightforward unsafe code:

  • [i8][u8] and Vec<u8>Vec<i8> reinterpretations.
  • Converting UTF-8 Strings to bytes and then relying on the bytes being UTF-8.

Contains no IO operations (std::fs etc.) except in the examples.

I have not reviewed the correctness of the algorithms.
I have examined the code to check that it is not obviously malicious or
obfuscated, and that it looks like the kind of code that does what it is
supposed to (that is: implement a de/serializer).

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

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