logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: thiserror

https://lib.rs/crates/thiserror/

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

thiserror = "1.0.30"

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
thiserror 1.0.30
positive
2022-02-05
low, low

Mainly the changes are done in thiserror-impl. Changes in thiserror are those done to src/aserror.rs only, which are safe functions.

thiserror 1.0.28
positive
2021-09-15
none, none

BASIC LIBRARY

thiserror is a basic crate for error handling
I trust the authors.
I didn't review the source code.

Published to crates.io by: dtolney
Super high reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

thiserror 1.0.4
positive
2019-11-27
low, low

This is mostly just a wrapper around thiserror_impl, so not much to do
wrong there. I don't understand the undocumented private::AsDynError trait
though, it doesn't seem to be used in any examples or tests.

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

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