7 unstable releases (3 breaking)
| 0.4.0 | Dec 29, 2024 |
|---|---|
| 0.4.0-rc.1 | Dec 25, 2024 |
| 0.3.0 | Aug 14, 2024 |
| 0.2.2 | Jul 13, 2023 |
| 0.1.0 | Jul 11, 2023 |
#19 in #push
1,420 downloads per month
Used in 15 crates
(via vls-core)
33KB
661 lines
Bitcoin Push Decoder
This crate provides a push style decoder for Bitcoin transactions and blocks.
Motivation
In limited memory environments, a block might not fit in memory. This crate provides a push style decoder that can be used to decode a block or transaction in a streaming fashion.
Dependencies
~6.5MB
~89K SLoC