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

Download history 293/week @ 2024-07-01 353/week @ 2024-07-08 317/week @ 2024-07-15 418/week @ 2024-07-22 512/week @ 2024-07-29 470/week @ 2024-08-05 550/week @ 2024-08-12 395/week @ 2024-08-19 559/week @ 2024-08-26 474/week @ 2024-09-02 146/week @ 2024-09-09 188/week @ 2024-09-16 295/week @ 2024-09-23 586/week @ 2024-09-30 632/week @ 2024-10-07 613/week @ 2024-10-14

2,131 downloads per month
Used in 12 crates (via vls-core)

Apache-2.0

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