# FromRegex ![crates.io](https://img.shields.io/crates/v/from_regex.svg) Derive some useful regex methods on a struct or enum, given a pattern, optionally capturing data. See the [documentation](https://docs.rs/from_regex) for more! ## Prior Work [`adhoc_derive`](https://github.com/df5602/adhoc_derive) provides a similar derive macro, but with some different structure/options.