Docs.rs
bitcoin-block-parser-0.5.2
bitcoin-block-parser 0.5.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sumopool
Dependencies
anyhow ^1.0.88
normal
bincode ^1.3.3
normal
bitcoin ^0.32.2
normal
clap ^4.5.16
normal
crossbeam-channel ^0.5.13
normal
dashmap ^6.1.0
normal
env_logger ^0.11.5
normal
log ^0.4.22
normal
rand ^0.8.5
normal
scalable_cuckoo_filter ^0.3.2
normal
threadpool ^1.8.1
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bitcoin_
block_
parser
0.5.2
Module xor
Module Items
Structs
Constants
In crate bitcoin_
block_
parser
bitcoin_block_parser
Module
xor
Copy item path
Source
Expand description
Handles XOR’d Bitcoin-core block data.
See https://github.com/bitcoin/bitcoin/pull/28052
Structs
§
XorReader
Transparent reader for XOR’d blk*.dat files.
Constants
§
XOR_
MASK_
LEN
XOR mask length. It’s the length of file
blocks/xor.dat
.