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

#44 in #limited

Download history 296/week @ 2024-11-14 470/week @ 2024-11-21 663/week @ 2024-11-28 325/week @ 2024-12-05 605/week @ 2024-12-12 402/week @ 2024-12-19 362/week @ 2024-12-26 352/week @ 2025-01-02 454/week @ 2025-01-09 502/week @ 2025-01-16 606/week @ 2025-01-23 410/week @ 2025-01-30 266/week @ 2025-02-06 554/week @ 2025-02-13 279/week @ 2025-02-20 300/week @ 2025-02-27

1,480 downloads per month
Used in 13 crates (via vls-core)

Apache-2.0

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.


lib.rs:

Push decoder for bitcoin blocks and transactions.

Dependencies

~7.5MB
~94K SLoC