Docs.rs
qs_rust-1.0.1
qs_rust 1.0.1
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
techouse
Dependencies
chrono ^0.4.42
normal
optional
indexmap ^2.13.1
normal
regex ^1.12.2
normal
serde ^1.0.228
normal
optional
serde_json ^1.0.145
normal
optional
thiserror ^2.0.17
normal
time ^0.3.44
normal
optional
proptest ^1.11.0
dev
serde ^1.0.228
dev
serde_json ^1.0.145
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module serde
qs_rust
1.0.1
Module serde
Module Items
Modules
Functions
In crate qs_
rust
qs_rust
Module
serde
Copy item path
Source
Expand description
Serde integration helpers.
Modules
§
temporal
Opt-in serde field helpers for preserving temporal leaves.
Functions
§
from_
str
Decodes a query string directly into a
serde
-deserializable type.
from_
value
Decodes a typed value directly from the crate’s dynamic
Value
model.
to_
string
Encodes any
serde
-serializable value as a query string.
to_
value
Converts any
serde
-serializable value into the crate’s dynamic
Value
model.