Crates.io | serde_urlencoded |
lib.rs | serde_urlencoded |
version | 0.7.1 |
source | src |
created_at | 2016-09-11 11:46:40.652101 |
updated_at | 2022-01-17 11:26:21.628923 |
description | `x-www-form-urlencoded` meets Serde |
homepage | |
repository | https://github.com/nox/serde_urlencoded |
max_upload_size | |
id | 6336 |
size | 60,085 |
x-www-form-urlencoded
meets SerdeThis crate is a Rust library for serialising to and deserialising from
the application/x-www-form-urlencoded
format. It is built
upon Serde, a high performance generic serialization framework and rust-url,
a URL parser for Rust.
This crate works with Cargo and can be found on
crates.io with a Cargo.toml
like:
[dependencies]
serde_urlencoded = "0.7"
The documentation is available on docs.rs.
Serde developers live in the #serde channel on
irc.mozilla.org
and most rust-url developers
live in the #servo one. The #rust channel is also a good resource with generally
faster response time but less specific knowledge about Serde, rust-url or this
crate. If IRC is not your thing, we are happy to respond to GitHub
issues as well.
serde_urlencoded is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in serde_urlencoded by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.