logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: btoi

https://lib.rs/crates/btoi/

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

btoi = "0.4.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
2
2
2
2
crate version
rating
date
reviewer
thoroughness, understanding
btoi 0.4.2
positive
2020-02-18
high, high
alternative:
cluatio

Parses integers directly from ASCII byte slices.

As the author of this crate, I tried to apply relevant best practices.
I have high confidence in its correctness.

  • Rust API guidelines checklist complete, except C-STABLE, due to the
    num-traits dependency.
  • No unsafe code.
  • Using quickcheck for fuzz testing (no panics, equivalent to
    str::from_utf8() followed by {integer}::from_str_radix() from the
    standard library).

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

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