Serde support for rust-url types ================================ This crate provides wrappers and convenience functions to make `rust-url` and `serde` work hand in hand. Version `0.2` or newer of this crate offer support for `serde 1.0`. Version `0.1` of this crate offer support for `serde 0.9`. Versions of `serde` older than `0.9` are natively supported by `rust-url` crate directly. For more details, see the crate [documentation](https://docs.rs/url_serde/).