logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: inkwell

https://lib.rs/crates/inkwell/

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

inkwell = "0.1.0-beta.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
1
1
crate version
rating
date
reviewer
thoroughness, understanding
inkwell 0.1.0-beta.2
negative
2021-04-14
low, medium
issues:
low
issues:
high
issues:
low
issues:
low
issues:
medium

Found some unsound code, reported in #241

Going through the code, there are many places where non-public functions are not marked unsafe
even when they exhibit UB if given garbage input. Since those functions are not publically visible,
external users can't directly cause UB from safe code, but I'd consider that a code style issue. Reported in #244

There are several places where lifetimes seem to have been ignored, unnecessarily restricting users. Reported in #243

ExecutionEngine is not thread-safe, even though the underlying LLVM type is. Reported in #242

The documentation for TargetMachine::write_to_file is misleading and incorrect. Reported in #240

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

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