Docs.rs
rustbasic-core-0.1.26
rustbasic-core 0.1.26
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
herisvan321
Dependencies
futures-util ^0.3
normal
optional
http ^1.1
normal
http-body-util ^0.1
normal
hyper ^1.0
normal
hyper-tungstenite ^0.15
normal
optional
hyper-util ^0.1
normal
image ^0.25.5
normal
optional
jni ^0.21.1
normal
optional
jsonwebtoken ^9.3.0
normal
optional
lettre ^0.11
normal
optional
libc ^0.2
normal
optional
regex ^1.10
normal
reqwest ^0.12
normal
optional
rustbasic-core-macro ^0.1.1
normal
serde ^1.0.228
normal
serde_json ^1.0.140
normal
sha2 ^0.10.8
normal
optional
tokio ^1.52.1
normal
tokio-tungstenite ^0.24
normal
optional
webp ^0.3.0
normal
optional
wry ^0.24.12
normal
optional
Versions
8.74%
of the crate is documented
Platform
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_urlencoded
rustbasic_
core
0.1.26
Module serde_
urlencoded
Module Items
Functions
In crate rustbasic_
core
rustbasic_core
Module
serde_
urlencoded
Copy item path
Source
Functions
ยง
from_
bytes
Decodes a URL-encoded byte array into any type that implements serde::de::DeserializeOwned.
from_
str
Decodes a URL-encoded string into any type that implements serde::de::DeserializeOwned.