logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: pico-args

https://lib.rs/crates/pico-args/

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

pico-args = "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
crate version
rating
date
reviewer
thoroughness, understanding
pico-args 0.4.2
positive
2021-07-19
low, low

Contains no unsafe and no dependencies other than std, which is good. The
code is farly small, about 1KLOC.

Surprisingly complicated for such a small codebase: there are a couple helper
functions which are used throughout, and affect the state. I gave up trying
to model everything in my head, but what I did understand all looked okay.

pico-args 0.4.2
positive
2021-07-19
low, low

Contains no unsafe and no dependencies other than std, which is good. The
code is farly small, about 1KLOC.

Surprisingly complicated for such a small codebase: there are a couple helper
functions which are used throughout, and affect the state. I gave up trying
to model everything in my head, but what I did understand all looked okay.

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

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