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

#86 in #push

Download history 370/week @ 2023-12-16 196/week @ 2023-12-23 371/week @ 2023-12-30 770/week @ 2024-01-06 509/week @ 2024-01-13 659/week @ 2024-01-20 381/week @ 2024-01-27 557/week @ 2024-02-03 742/week @ 2024-02-10 506/week @ 2024-02-17 978/week @ 2024-02-24 1094/week @ 2024-03-02 754/week @ 2024-03-09 1236/week @ 2024-03-16 659/week @ 2024-03-23 286/week @ 2024-03-30

3,166 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