logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: slug

https://lib.rs/crates/slug/

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

slug = "0.1.4"

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
2
2
2
crate version
rating
date
reviewer
thoroughness, understanding
slug 0.1.4
positive
2021-02-15
high, high
alternative:
str_slug

Short and concise implementation. A little code that's technically unsafe, for
lowercasing ASCII, as Rust's to_lowercase() impl is slower because it's
unicode aware. As it doesn't have to handle unicode where it's used, it is
still sound.

Aside of it's own code, there is unsafe in the deps too: If deunicode is
fine, then this is too. I didn't invest enough time in deunicode to make a
final judgement about it, but others have so it's probably okay.

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

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