logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: gettext-rs

https://lib.rs/crates/gettext-rs/

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

gettext-rs = "0.7.0"

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
12
12
4
4
4
4
4
4
crate version
rating
date
reviewer
thoroughness, understanding
gettext-rs 0.6.0
strong
2021-03-03
high, high

This is basically a self-review, since it's me who fixed the problems
I highlighted in my previous review.

This crate contains safe FFI bindings for gettext.

The memory issues I mentioned in the previous review are fixed, and panics
documented. There are no unwraps, and all errors are propagated via
Results.

The crate still depends on gettext returning UTF-8, but this is now
prominently documented.

Compared to 0.5.0, the API is more fleshed out and polished (even if I say so
myself).

gettext-rs 0.6.0
strong
2021-03-03
high, high

This is basically a self-review, since it's me who fixed the problems
I highlighted in my previous review.

This crate contains safe FFI bindings for gettext.

The memory issues I mentioned in the previous review are fixed, and panics
documented. There are no unwraps, and all errors are propagated via
Results.

The crate still depends on gettext returning UTF-8, but this is now
prominently documented.

Compared to 0.5.0, the API is more fleshed out and polished (even if I say so
myself).

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

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