#regex #derive #macro #enums #pattern #struct #from-regex

from-regex-macros

为 from-regex 包提供宏定义

3 个不稳定版本

0.2.1 2021年7月26日
0.2.0 2021年7月26日
0.1.0 2021年7月6日

#444 in #regex


用于 from-regex

MIT 许可证

38KB
773

FromRegex

crates.io

在结构体或枚举上根据模式派生一些有用的正则表达式方法,可选地捕获数据。

查看文档获取更多信息!

先前工作

adhoc_derive 提供了一个类似的派生宏,但结构/选项略有不同。

依赖关系

~4–5.5MB
~98K SLoC