tailhook / serde-regex

A serde wrapper that allows to (de)serialize regular expressions
Apache License 2.0
62 stars 11 forks source link

implement Deserialize and Serialize for Option<RegexSet> #10

Closed flisk closed 3 years ago

flisk commented 3 years ago

also included a minor typo fix which doesn't need a separate pr imho

tailhook commented 3 years ago

Merged. Thanks!