Docs.rs
restless-0.2.0
restless 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
xfbs
Dependencies
restless-axum ^0.1.0
normal
optional
restless-core ^0.1.0
normal
restless-data ^0.1.0
normal
restless-gloo ^0.1.0
normal
optional
restless-hyper ^0.1.0
normal
optional
restless-query ^0.1.0
normal
restless-util ^0.1.0
normal
optional
restless-wasm-cache ^0.1.0
normal
optional
restless-yew ^0.1.0
normal
optional
Versions
100%
of the crate is documented
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
Module query
restless
0.2.0
Module query
Module Items
Structs
Traits
In crate restless
restless
Module
query
Copy item path
Source
Expand description
Query mappers.
Structs
§
Qs
Encode and decode query strings using
serde_qs
.
Urlencoded
Encode and decode query strings using
serde_urlencoded
.
Traits
§
ToQuery
Determines how a query string is encoded.