tailhook / serde-regex

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

Bump to Rust 2018 & Support for Vec<Regex> #4

Closed fMeow closed 5 years ago

fMeow commented 5 years ago

Rust 2018 has been there for a while and I think it is reasonable to bump to Rust 2018.

Also, Deserialize and Serialize support for Vec is added.

tailhook commented 5 years ago

Thanks. I've merged along with a fix for doc tests. Also, I'd like to make vector deserialization faster (now it requires temporary copy of a vector) before a release.

tailhook commented 5 years ago

Released as v0.4.0