Docs.rs
amaru-kernel-0.1.2
amaru-kernel 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jeluard
Dependencies
amaru-minicbor-extra ^0.1.2
normal
bech32 ^0.11.0
normal
bytes ^1.10.1
normal
hex ^0.4.3
normal
itertools ^0.14.0
normal
minicbor ^0.25.1
normal
num ^0.4.3
normal
pallas-addresses ^0.34.0
normal
pallas-codec ^0.34.0
normal
pallas-crypto ^0.34.0
normal
pallas-math ^0.34.0
normal
pallas-primitives ^0.34.0
normal
pallas-traverse ^0.34.0
normal
proptest ^1.8.0
normal
optional
rand ^0.9.2
normal
optional
serde ^1.0.228
normal
serde_json ^1.0.145
normal
sha3 ^0.10.8
normal
thiserror ^2.0.17
normal
cbor4ii ^1.1.1
dev
proptest ^1.8.0
dev
rand ^0.9.2
dev
test-case ^3.3.1
dev
getrandom ^0.3
normal
Versions
12.65%
of the crate is documented
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
Skip to main content
Module lazy
amaru_
kernel
0.1.2
Module lazy
Module Items
Structs
In amaru_
kernel::
cbor
amaru_kernel
::
cbor
Module
lazy
Copy item path
Source
Structs
ยง
Lazy
Decoder
A decoder that only consumes bytes CHUNK_SIZE at a time. Useful to decode large files while maintaining memory usage low.