Docs.rs
multi-cbor-0.1.0
multi-cbor 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
13 August 2026
Links
Repository
crates.io
Source
Owners
dhuseby
Dependencies
half ^2.4
normal
serde ^1.0
normal
criterion ^0.8
dev
hex ^0.4
dev
proptest ^1.4
dev
serde ^1.0
dev
serde_derive ^1.0
dev
serde_json ^1.0
dev
Versions
100%
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
to_vec
multi_
cbor
0.1.0
In multi_
cbor::
ser
multi_cbor
::
ser
Function
to_vec
Copy item path
Source
pub fn to_vec<T>(value:
&T
) ->
Result
<
Vec
<
u8
>>
where T:
Serialize
,
Expand description
Serializes a value to a vector.