Simon Sapin 458f67fbe0 Make url_serde use the local url crate when in the repo %!s(int64=8) %!d(string=hai) anos
..
src d677881a74 Correct serde attribute option %!s(int64=9) %!d(string=hai) anos
Cargo.toml 458f67fbe0 Make url_serde use the local url crate when in the repo %!s(int64=8) %!d(string=hai) anos
LICENSE-APACHE 3880b8ef13 add licenses to sub-crates %!s(int64=9) %!d(string=hai) anos
LICENSE-MIT 3880b8ef13 add licenses to sub-crates %!s(int64=9) %!d(string=hai) anos
README.md 90787047de Add serde 1.0 support %!s(int64=9) %!d(string=hai) anos

README.md

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.