Docs.rs
tokio-serde-0.9.0
tokio-serde 0.9.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
vorot93
bkchr
Dependencies
bincode ^1
normal
optional
bytes ^1.0
normal
educe ^0.5
normal
optional
futures-core ^0.3
normal
futures-sink ^0.3
normal
pin-project ^1
normal
rmp-serde ^1
normal
optional
serde ^1
normal
optional
serde_cbor ^0.11
normal
optional
serde_json ^1
normal
optional
futures ^0.3
dev
impls ^1
dev
static_assertions ^1.1.0
dev
tokio ^1.0
dev
tokio-util ^0.7
dev
Versions
63.64%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tokio_
serde
0.9.0
Symmetrical
Json
Aliased Type
In tokio_
serde::
formats
tokio_serde
::
formats
Type Alias
SymmetricalJson
Copy item path
Source
pub type SymmetricalJson<T> =
Json
<T, T>;
Available on
crate feature
json
only.
Aliased Type
ยง
struct SymmetricalJson<T> {
/* private fields */
}