Docs.rs
ser-write-msgpack-0.2.0
ser-write-msgpack 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
royaltm
Dependencies
ser-write ^0.2
normal
serde ^1.0.201
normal
serde ^1.0
dev
serde_bytes ^0.11
dev
Versions
89.39%
of the crate is documented
Go to latest version
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
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
ser_write_msgpack
0.2.0
In ser_write_msgpack::ser
Function
ser_write_msgpack
::
ser
::
to_vec
Copy item path
source
ยท
[
−
]
pub fn to_vec<T>(value:
&T
) ->
Result
<
Vec
<
u8
>,
SerError
>
where T:
Serialize
+ ?
Sized
,
Available on
crate features
std
or
alloc
only.