Docs.rs
msgpacker-0.5.2
msgpacker 0.5.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
vlopes11
Dependencies
msgpacker-derive ^0.5
normal
optional
serde ^1.0
normal
optional
arbitrary ^1.4
dev
arbitrary-json ^0.1
dev
proptest ^1.10
dev
proptest-derive ^0.8
dev
serde ^1.0
dev
serde_bytes ^0.11
dev
serde_json ^1.0
dev
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
Skip to main content
Module serde
msgpacker
0.5.2
Module serde
Module Items
Functions
In crate msgpacker
msgpacker
Module
serde
Copy item path
Source
Expand description
serde
implementations.
Functions
ยง
from_
slice
Deserializes the data from the given slice.
to_
buffer
Serializes the provided value into the extendable buffer.
to_vec
Serializes the provided value into a
Vec
.