Docs.rs
desert_rust-0.1.3
desert_rust 0.1.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vigoo
Dependencies
desert_core ^0.1.2
normal
desert_macro ^0.1.3
normal
arbitrary ^1.4.2
dev
assert2 ^0.3
dev
bytes ^1.10
dev
lazy_static ^1.5
dev
proptest ^1.9
dev
proptest-arbitrary-interop ^0.1
dev
test-r ^2.3.1
dev
uuid ^1.18
dev
Versions
0%
of the crate is documented
Go to latest version
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
serialize_to_bytes
desert_
rust
0.1.3
desert_rust
Function
serialize_
to_
bytes
Copy item path
Source
pub fn serialize_to_bytes<T>(value:
&T
) ->
Result
<
Bytes
,
Error
>
where T:
BinarySerializer
,