txoutset 0.1.0

Parser for the UTXO set dump produced by Bitcoin Core
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.bitcoin]
version = "0.31.1"

[package]
authors = ["Clark Moody <clark@clarkmoody.com>"]
categories = ["encoding", "cryptography::cryptocurrencies"]
description = "Parser for the UTXO set dump produced by Bitcoin Core"
edition = "2021"
keywords = ["bitcoin", "parser", "utxo"]
license = "MIT"
name = "txoutset"
readme = "README.md"
repository = "https://github.com/clarkmoody/txoutset"
version = "0.1.0"