All Projects → nox → Serde_urlencoded

nox / Serde_urlencoded

Licence: other
x-www-form-urlencoded meets Serde

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Serde urlencoded

roll
RPG dice roller with both Rust CLI and ClojureScript Web interfaces
Stars: ✭ 14 (-88.33%)
Mutual labels:  serde
Serde
Serialization framework for Rust
Stars: ✭ 4,901 (+3984.17%)
Mutual labels:  serde
Serde Aux
Auxiliary serde library
Stars: ✭ 33 (-72.5%)
Mutual labels:  serde
serde-ignored
Find out about keys that are ignored when deserializing data
Stars: ✭ 44 (-63.33%)
Mutual labels:  serde
Serde Yaml
Strongly typed YAML library for Rust
Stars: ✭ 364 (+203.33%)
Mutual labels:  serde
Msgpack Rust
MessagePack implementation for Rust / msgpack.org[Rust]
Stars: ✭ 561 (+367.5%)
Mutual labels:  serde
serde
🚝 (unmaintained) A framework for defining, serializing, deserializing, and validating data structures
Stars: ✭ 49 (-59.17%)
Mutual labels:  serde
Json Benchmark
nativejson-benchmark in Rust
Stars: ✭ 93 (-22.5%)
Mutual labels:  serde
Hyperjson
A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
Stars: ✭ 374 (+211.67%)
Mutual labels:  serde
Bert Rs
BERT (Binary ERlang Term) serializer for Rust
Stars: ✭ 8 (-93.33%)
Mutual labels:  serde
rust-hcl
A Rust library for working with the HashiCorp Configuration Language (HCL).
Stars: ✭ 14 (-88.33%)
Mutual labels:  serde
Rustlang Cn
Rust中文
Stars: ✭ 283 (+135.83%)
Mutual labels:  serde
Marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
Stars: ✭ 5,857 (+4780.83%)
Mutual labels:  serde
kafka-protobuf-serde
Serializer/Deserializer for Kafka to serialize/deserialize Protocol Buffers messages
Stars: ✭ 52 (-56.67%)
Mutual labels:  serde
Xml
No longer maintained
Stars: ✭ 36 (-70%)
Mutual labels:  serde
fitparse-rs
Rust library to parse FIT formatted files
Stars: ✭ 20 (-83.33%)
Mutual labels:  serde
Envy
deserialize env vars into typesafe structs with rust
Stars: ✭ 468 (+290%)
Mutual labels:  serde
Typical
Typical: Fast, simple, & correct data-validation using Python 3 typing.
Stars: ✭ 111 (-7.5%)
Mutual labels:  serde
Accord
Data validation library for Rust
Stars: ✭ 72 (-40%)
Mutual labels:  serde
Calamine
A pure Rust Excel/OpenDocument SpeadSheets file reader: rust on metal sheets
Stars: ✭ 644 (+436.67%)
Mutual labels:  serde

x-www-form-urlencoded meets Serde

This 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.

Installation

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.

Getting help

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.

License

serde_urlencoded is licensed under either of

at your option.

Contribution

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].