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

#40 in #limited

Download history 543/week @ 2024-08-31 170/week @ 2024-09-07 197/week @ 2024-09-14 293/week @ 2024-09-21 572/week @ 2024-09-28 639/week @ 2024-10-05 592/week @ 2024-10-12 414/week @ 2024-10-19 223/week @ 2024-10-26 380/week @ 2024-11-02 316/week @ 2024-11-09 394/week @ 2024-11-16 590/week @ 2024-11-23 400/week @ 2024-11-30 385/week @ 2024-12-07 714/week @ 2024-12-14

2,185 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
~87K SLoC