logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: libdb

https://lib.rs/crates/libdb/

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

libdb = "0.1.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
1
1
1
1
crate version
rating
date
reviewer
thoroughness, understanding
libdb 0.1.1
positive
2020-03-13
medium, medium

I am the maintainer of libdb. libdb is an idiomatic rust wrapper for Berkeley DB.
It uses unsafe ffi methods from libdb-sys.

The underlying code was forked from Jesse Morgan, who allowed me to modify it and publish it to crates.io.
I do not fully understand every aspect of Jesse Morgan's original code and I mainly added new features.
That is why I can only rate this with a medium understanding value.

As this crate is an idiomatic wrapper by design it contains a lot of unsafe calls to external ffi methods.
However, as I also maintain and trust libdb-sys, I can give this crate an overall positive rating.

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

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