logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: unwrap

https://lib.rs/crates/unwrap/

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

unwrap = "1.2.1"

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
unwrap 1.2.1
strong
2021-09-15
high, high

Adds the trait VerboseUnwrap to Result and Option.
Adds the macro unwrap! that writes the filename, line and column of the position in code where the panic happened. Very useful.
Because the original unwrap() in wasm returns totally unuseful location inside licore ?!?!: panicked at... src/libcore/option.rs:378:21.

malicious potential: 0%
macro_rules:2
line of code:158 dependencies:0
NONE: unsafe, FFI, asm!, file-read, file-write, no_mangle, network-access, build.rs, proc_macro, process::command,
owners (in crates.io) reputation: canndrew (unknown to me)
used in projects: all my projects
alternative crates explored: original unwrap() and expect()

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

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