Taking a new look at this crate after several months, it's looking great!
I have a few ideas to make the code more ergonomic, for instance replacing explicit drops by out-of-scope automatic drops, using AsRef<&str> or Into<Cow<'a, str>>, rewriting simpleretr to avoid a clone, this kind of things. Would you be interested in a PR with these changes?
Taking a new look at this crate after several months, it's looking great! I have a few ideas to make the code more ergonomic, for instance replacing explicit drops by out-of-scope automatic drops, using AsRef<&str> or Into<Cow<'a, str>>, rewriting simpleretr to avoid a clone, this kind of things. Would you be interested in a PR with these changes?