logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: libc

https://lib.rs/crates/libc/

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

libc = "0.2.139"

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
99
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
1
crate version
rating
date
reviewer
thoroughness, understanding
libc 0.2.124
positive
2022-04-19
low, medium

Compared to 0.2.123, this release adds more constants, structs, and function
prototypes. The only interesting bit is si_addr and si_value methods for
siginfo_t on uclibc Linux: they use type punning to interpret siginfo_t
payload differently. They look fine to me.

As usual, "thoroughness" for this review is "low" because I didn't manually
check that the bindings match the headers — I trust that the CI checked that
already.

libc 0.2.124
positive
2022-04-19
low, medium

Compared to 0.2.123, this release adds more constants, structs, and function
prototypes. The only interesting bit is si_addr and si_value methods for
siginfo_t on uclibc Linux: they use type punning to interpret siginfo_t
payload differently. They look fine to me.

As usual, "thoroughness" for this review is "low" because I didn't manually
check that the bindings match the headers — I trust that the CI checked that
already.

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

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