Docs.rs
zebra-chain-1.0.0-beta.46
zebra-chain 1.0.0-beta.46
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:zcashfoundation:owners
conradoplg
oxarbitrage
Dependencies
bitflags ^2.9.0
normal
bitflags-serde-legacy ^0.1.1
normal
bitvec ^1.0.1
normal
blake2b_simd ^1.0.3
normal
blake2s_simd ^1.0.3
normal
bs58 ^0.5.1
normal
byteorder ^1.5.0
normal
chrono ^0.4.40
normal
dirs ^6.0.0
normal
ed25519-zebra ^4.0.3
normal
equihash ^0.2.2
normal
futures ^0.3.31
normal
group ^0.13.0
normal
halo2_proofs ^0.3.0
normal
hex ^0.4.3
normal
humantime ^2.2.0
normal
incrementalmerkletree ^0.8.2
normal
itertools ^0.14.0
normal
jubjub ^0.10.0
normal
lazy_static ^1.4.0
normal
num-integer ^0.1.46
normal
orchard ^0.11.0
normal
primitive-types ^0.12.2
normal
proptest ^1.6.0
normal
optional
proptest-derive ^0.5.1
normal
optional
rand ^0.8.5
normal
optional
rand_chacha ^0.3.1
normal
optional
rand_core ^0.6.4
normal
rayon ^1.10.0
normal
reddsa ^0.5.1
normal
redjubjub ^0.8
normal
ripemd ^0.1.3
normal
sapling-crypto ^0.5.0
normal
secp256k1 ^0.29
normal
serde ^1.0.219
normal
serde-big-array ^0.5.1
normal
serde_json ^1.0.140
normal
optional
serde_with ^3.12.0
normal
sha2 ^0.10.7
normal
sinsemilla ^0.1.0
normal
static_assertions ^1.1.0
normal
tempfile ^3.19.1
normal
thiserror ^2.0.12
normal
tokio ^1.44.2
normal
optional
tracing ^0.1.41
normal
uint ^0.10.0
normal
x25519-dalek ^2.0.1
normal
zcash_address ^0.7.0
normal
zcash_client_backend ^0.18
normal
optional
zcash_encoding ^0.3.0
normal
zcash_history ^0.4.0
normal
zcash_note_encryption ^0.4.1
normal
zcash_primitives ^0.22.0
normal
zcash_protocol ^0.5.1
normal
zcash_transparent ^0.2.3
normal
zebra-test ^1.0.0-beta.46
normal
optional
color-eyre ^0.6.3
dev
criterion ^0.5.1
dev
proptest ^1.6.0
dev
proptest-derive ^0.5.1
dev
rand ^0.8.5
dev
rand_chacha ^0.3.1
dev
spandoc ^0.2.2
dev
tinyvec ^1.9.0
dev
tokio ^1.44.2
dev
tracing ^0.1.41
dev
zebra-test ^1.0.0-beta.46
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
zebra_chain/
parallel.rs
1
//! Parallel chain update methods.
2
3
pub mod
tree;