Crates.io | from-regex |
lib.rs | from-regex |
version | 0.2.1 |
source | src |
created_at | 2021-07-06 20:17:41.95306 |
updated_at | 2021-07-26 20:56:49.049972 |
description | Derive deserialization of structs and enums from regex patterns |
homepage | |
repository | https://github.com/ecclarke42/from-regex |
max_upload_size | |
id | 419662 |
size | 10,547 |
Derive some useful regex methods on a struct or enum, given a pattern, optionally capturing data.
See the documentation for more!
adhoc_derive
provides a similar derive macro, but with some different structure/options.