Docs.rs
polywrap_msgpack_serde-0.0.2
polywrap_msgpack_serde 0.0.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
polywrap-build-bot
namesty
cbrzn
Dependencies
bigdecimal ^0.3.0
normal
byteorder ^1.4.3
normal
num-bigint ^0.4
normal
serde ^1.0.136
normal
serde_bytes ^0.11.9
normal
serde_json ^1.0.74
normal
thiserror ^1.0.30
normal
serde_derive ^1.0
dev
Versions
0%
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
from_slice
polywrap_
msgpack_
serde
0.0.2
polywrap_msgpack_serde
Function
from_
slice
Copy item path
Source
pub fn from_slice<'a, T>(buffer: &'a [
u8
]) ->
Result
<T>
where T:
Deserialize
<'a>,