from-regex 0.1.0

Derive deserialization of structs and enums from regex patterns
Documentation

FromRegex

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.