from-regex 0.2.1

Derive deserialization of structs and enums from regex patterns
Documentation

FromRegex

crates.io

Derive some useful regex methods on a struct or enum, given a pattern, optionally capturing data.

See the documentation for more!

Prior Work

adhoc_derive provides a similar derive macro, but with some different structure/options.