Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use regex-automata #47

Merged
merged 5 commits into from
Jul 9, 2023
Merged

Use regex-automata #47

merged 5 commits into from
Jul 9, 2023

Commits on Jul 9, 2023

  1. feat: replace regex with regex-automata

    Very little changes for the moment, but using regex-automata will allow
    using a lot of the more involved features of the regex crate.
    vthib committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    ac7ba45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32e1e0 View commit details
    Browse the repository at this point in the history
  3. feat: do not expose how the regex object is implemented

    Remove the "as_regex" method which exposes how the type is implemented.
    vthib committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    ecd770e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5104ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27bcdf1 View commit details
    Browse the repository at this point in the history