tailhook / serde-regex

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

Impl for RegexSet #8

Closed gahag closed 4 years ago

gahag commented 4 years ago

It would be nice to be able to deserialize a RegexSet from a string Seq

tailhook commented 4 years ago

Sounds good. Do you want to make a PR?

gahag commented 4 years ago

I can try to find some time to work on this.