4 releases

0.2.2 Jul 13, 2023
0.2.1 Jul 13, 2023
0.2.0 Jul 13, 2023
0.1.0 Jul 11, 2023

#87 in #push

Download history 622/week @ 2024-01-10 576/week @ 2024-01-17 528/week @ 2024-01-24 404/week @ 2024-01-31 548/week @ 2024-02-07 756/week @ 2024-02-14 645/week @ 2024-02-21 1206/week @ 2024-02-28 983/week @ 2024-03-06 768/week @ 2024-03-13 972/week @ 2024-03-20 580/week @ 2024-03-27 330/week @ 2024-04-03 1063/week @ 2024-04-10 594/week @ 2024-04-17 549/week @ 2024-04-24

2,604 downloads per month
Used in 9 crates (via vls-core)

Apache-2.0

33KB
662 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