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

implement regex::Replacer for String, &String, Cow<'a, str>, &Cow<'a, str> #728

Merged
merged 3 commits into from
Jan 12, 2021

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    9925d55 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. implement regex::Replacer for Vec<u8>, &Vec<u8>, `Cow<'a, [u8]>…

    …`, `&Cow<'a, [u8]>`
    nooberfsh committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    55bc01a View commit details
    Browse the repository at this point in the history
  2. update docs for Replacer

    nooberfsh committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    efe2dd2 View commit details
    Browse the repository at this point in the history