logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: page_size

https://lib.rs/crates/page_size/

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

page_size = "0.4.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
2
4
2
4
crate version
rating
date
reviewer
thoroughness, understanding
page_size 0.4.2
positive
2022-05-15
medium, high

UNIX and Windows impl is simple and correct. On other platforms it defaults to 4KB page size unconditionally, which might not be accurate. According to the documentation it is not tested on any other platforms, so it should not be relied on when targeting different architectures.

page_size 0.4.2
positive
2022-05-15
medium, high
issues:
medium

UNIX and Windows impl is simple and correct. On other platforms it defaults to 4KB page size unconditionally, which might not be accurate. According to the documentation it is not tested on any other platforms, so it should not be relied on when targeting different architectures. This is already innacurate for wasm target family, where the page size is 64KB.

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

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