fancy-regex 0.7.1

An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing

The fancy-regex project is committed to fostering and preserving a
diverse, welcoming community; all participants are expected to
follow the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html).

Patching processes for this project are somewhat informal, as it's
maintained by a small group. No Contributor License Agreement is needed.

If this is your first substantive pull request in this repo, feel free
to add yourself to the AUTHORS file.

Make sure to run `cargo test` and `cargo fmt` to make sure your changes
pass the tests and are formatted as expected.