5 unstable releases
0.3.0 | Aug 14, 2024 |
---|---|
0.2.2 | Jul 13, 2023 |
0.2.1 | Jul 13, 2023 |
0.2.0 | Jul 13, 2023 |
0.1.0 | Jul 11, 2023 |
#33 in #limited
2,131 downloads per month
Used in 12 crates
(via vls-core)
33KB
665 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.
lib.rs
:
Push decoder for bitcoin blocks and transactions.
Dependencies
~7MB
~83K SLoC