Docs.rs
cardano-serialization-lib-17.0.0
cardano-serialization-lib 17.0.0
Docs.rs crate page
MIT
07 August 2026
Links
Documentation
Repository
crates.io
Source
Owners
lisicky
zuzunker
Dependencies
bech32 ^0.7.2
normal
cbor_event ^2.4.0
normal
cfg-if ^1
normal
clear_on_drop ^0.2
normal
cryptoxide ^0.4.2
normal
digest ^0.9
normal
ed25519-bip32 ^0.4.1
normal
hashlink ^0.9.1
normal
hex ^0.4.0
normal
itertools ^0.10.1
normal
num ^0.4.1
normal
num-bigint ^0.4.0
normal
num-derive ^0.4.0
normal
num-integer ^0.1.45
normal
num-traits ^0.2.16
normal
quickcheck ^0.9.2
normal
optional
rand ^0.8.4
normal
rand_chacha ^0.1
normal
optional
schemars ^0.8.8
normal
serde ^1.0
normal
serde_json ^1.0.114
normal
sha2 ^0.9
normal
bincode ^1.3.3
dev
quickcheck ^0.9.2
dev
quickcheck_macros ^0.9.1
dev
rand_chacha ^0.1
dev
rand_os ^0.1
dev
schemars ^0.8.8
build
serde ^1.0
build
serde_json ^1.0.57
build
getrandom ^0.2.3
normal
js-sys ^0.3.51
normal
noop_proc_macro ^0.3.0
normal
optional
rand_os ^0.1
normal
serde-wasm-bindgen ^0.4.5
normal
wasm-bindgen >=0.2.93, <0.3
normal
getrandom ^0.2.3
normal
noop_proc_macro ^0.3.0
normal
rand_os ^0.1
normal
Versions
12.65%
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
from_bytes
cardano_
serialization_
lib
17.0.0
cardano_serialization_lib
Function
from_
bytes
Copy item path
Source
pub fn from_bytes<T: Deserialize>(data: &
Vec
<
u8
>) ->
Result
<T,
DeserializeError
>