logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: regex

https://lib.rs/crates/regex/

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

regex = "1.5.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
3
1
2
2
crate version
rating
date
reviewer
thoroughness, understanding
regex 1.5.4
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.5.3
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.4.3
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.4.2
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.4.1
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.3.9
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.3.7
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.3.6
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.3.4
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.3.1
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.3.1
positive
2019-10-02
low, medium
regex 1.2.1
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.2.1
positive
2019-08-23
high, high

I wrote this crate, so this review is a reflection as a result of writing the
code and then reviewing it again for this review.

I gave a rating of positive because the implementation in the regex crate has
remain mostly unchanged for a long period of time, so it has matured and been
battle tested. Moreover, the crate uses very little unsafe directly. The
only uses are in the DFA regex engine for explicitly eliding bounds checks
in very hot loops.

A better rating is likely deserved, but there are still a few outstanding
bugs that can produce incorrect matches. In many cases, these bugs are a
result of optimizations using literal searches, which can be subtle and
difficult to get right.

regex 1.1.7
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.1.6
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.1.5
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

regex 1.1.2
positive
2021-11-29
none, none

regex is a basic crate for search
I trust the authors. I didn't review the source code.

Published to crates.io by: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

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

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