Docs.rs
scale-serialization-1.0.0-beta2
scale-serialization 1.0.0-beta2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
olanod
Dependencies
bytes ^1.1.0
normal
parity-scale-codec ^3.1.2
normal
hex ^0.4.3
normal
scale-info ^2.1.1
normal
serde ^1.0.137
normal
serde_json ^1.0.80
normal
anyhow ^1.0.57
dev
parity-scale-codec ^3.1.2
dev
scale-info ^2.1.1
dev
serde ^1.0.137
dev
serde_json ^1.0.80
dev
Versions
8.57%
of the crate is documented
Go to latest stable release
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
☰
In scale_serialization
?
Function
scale_serialization
::
to_vec
source
·
[
−
]
pub fn to_vec<T>(value:
&
T) ->
Result
<
Vec
<
u8
>, Error>
where
T:
Serialize
+ ?
Sized
,