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

#42 in #limited

Download history 632/week @ 2024-10-07 613/week @ 2024-10-14 393/week @ 2024-10-21 211/week @ 2024-10-28 371/week @ 2024-11-04 339/week @ 2024-11-11 424/week @ 2024-11-18 609/week @ 2024-11-25 360/week @ 2024-12-02 457/week @ 2024-12-09 608/week @ 2024-12-16 379/week @ 2024-12-23 255/week @ 2024-12-30 485/week @ 2025-01-06 410/week @ 2025-01-13 796/week @ 2025-01-20

2,050 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