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

#43 in #limited

Download history 413/week @ 2024-10-20 227/week @ 2024-10-27 373/week @ 2024-11-03 331/week @ 2024-11-10 421/week @ 2024-11-17 600/week @ 2024-11-24 357/week @ 2024-12-01 395/week @ 2024-12-08 694/week @ 2024-12-15 279/week @ 2024-12-22 335/week @ 2024-12-29 498/week @ 2025-01-05 402/week @ 2025-01-12 568/week @ 2025-01-19 542/week @ 2025-01-26 316/week @ 2025-02-02

1,847 downloads per month
Used in 12 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