from-regex

Crates.iofrom-regex
lib.rsfrom-regex
version0.2.1
sourcesrc
created_at2021-07-06 20:17:41.95306
updated_at2021-07-26 20:56:49.049972
descriptionDerive deserialization of structs and enums from regex patterns
homepage
repositoryhttps://github.com/ecclarke42/from-regex
max_upload_size
id419662
size10,547
Elliott Clarke (ecclarke42)

documentation

https://docs.rs/from-regex

README

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.

Commit count: 11

cargo fmt