Closed as not planned
Description
Hi there!
I'm writing a wrapper for regex crate's Regex::Captures
struct, and for this I need to get the group_info
member of regex_automata::util::captures::Captures
.
But I found that the Regex::Captures
type currently does not have a way to export its caps attribute or the group_info()
method of the caps attribute.
Would regex willing to accept a patch that expose group_info()
? Or Maybe I should head to use regex_automata
?
Thanks!