tailhook / serde-regex

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

Add `Serialize` for `Option<Vec<Regex>>` #13

Closed jarrodsfarrell closed 1 year ago

jarrodsfarrell commented 1 year ago

Right on the tin. Also did the same for bytes::Regex though it wasn't tested in the executable I was writing.

tailhook commented 1 year ago

Merged. Thanks!