Crates.io | url_serde |
lib.rs | url_serde |
version | 0.2.0 |
source | src |
created_at | 2017-01-28 08:58:51.184359 |
updated_at | 2017-04-30 09:00:34.972323 |
description | Serde support for URL types |
homepage | |
repository | https://github.com/servo/rust-url |
max_upload_size | |
id | 8257 |
size | 13,034 |
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.