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 502/week @ 2024-09-25 508/week @ 2024-10-02 603/week @ 2024-10-09 616/week @ 2024-10-16 239/week @ 2024-10-23 271/week @ 2024-10-30 349/week @ 2024-11-06 336/week @ 2024-11-13 474/week @ 2024-11-20 628/week @ 2024-11-27 340/week @ 2024-12-04 551/week @ 2024-12-11 447/week @ 2024-12-18 379/week @ 2024-12-25 308/week @ 2025-01-01 473/week @ 2025-01-08

1,697 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