tailhook / rust-quire

A YAML-based configuration library for Rust
https://docs.rs/quire/
Other
13 stars 5 forks source link

Use `serde` instead of deprecated `rustc-serialize` #9

Closed tailhook closed 6 years ago

dtolnay commented 7 years ago

It is now officially deprecated: announcement.

tailhook commented 7 years ago

Yes. But probably we will not use serde here, but provide our own "derive" implementation. This is faily big amount of work though.

tailhook commented 6 years ago

Okay, we're now using serde in master. Will release soon after some testing in dependent projects.