Docs.rs
zebra-test-1.0.0
zebra-test 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:zcashfoundation:owners
conradoplg
oxarbitrage
Dependencies
color-eyre ^0.6.3
normal
futures ^0.3.31
normal
hex ^0.4.3
normal
humantime ^2.2
normal
indexmap ^2.8
normal
insta ^1.42
normal
itertools ^0.14
normal
lazy_static ^1.4
normal
once_cell ^1.21
normal
owo-colors ^4.2.0
normal
proptest ^1.6
normal
rand ^0.8.5
normal
regex ^1.11
normal
spandoc ^0.2
normal
thiserror ^2.0
normal
tinyvec ^1.9
normal
tokio ^1.44
normal
tower ^0.4.13
normal
tracing ^0.1.41
normal
tracing-error ^0.2
normal
tracing-subscriber ^0.3.19
normal
tempfile ^3.20
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
zebra_
test
1.0.0
Iterator
Debug
Implementors
In zebra_
test::
command
zebra_test
::
command
Trait
IteratorDebug
Copy item path
Source
pub trait IteratorDebug:
Iterator
+
Debug
{ }
Expand description
A super-trait for
Iterator
+
Debug
.
Implementors
§
Source
§
impl<T>
IteratorDebug
for T
where T:
Iterator
+
Debug
,