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

regex-syntax = "0.6.25"

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
regex-syntax 0.6.25
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-syntax 0.6.22
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-syntax 0.6.21
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-syntax 0.6.20
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-syntax 0.6.18
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-syntax 0.6.17
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-syntax 0.6.14
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-syntax 0.6.12
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-syntax 0.6.11
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-syntax 0.6.11
strong
2019-08-22
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.

The regex-syntax crate is mostly an internal implementation detail of the
regex crate. It is exposed as a stand-alone crate for the occasional use
case where it is convenient to analyze the syntax of a regex. The primary
thing that the regex-syntax crate provides is a parser for the concrete
syntax supported by the regex crate.

The regex-syntax crate is very large, but there is no unsafe used anywhere.
Moreover, it has no dependencies. That means that no matter what concrete
syntax is given, the worst that can happen is a panic. Memory safety should
be preserved (modulo bugs in the compiler or the standard library). On top of
that, the parser does not use explicit recursion and enforces a nest depth
by default, so it should generally be safe with respect to arbitrary input.

regex-syntax 0.6.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-syntax 0.6.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-syntax 0.6.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/

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

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