Docs.rs
z4-engine-0.2.0
z4-engine 0.2.0
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
sunhuachuang
Dependencies
anyhow ^1.0
normal
ark-ec-zypher ^0.4
normal
ark-ed-on-bn254-zypher ^0.4
normal
ark-ff-zypher ^0.4
normal
ark-serialize-zypher ^0.4
normal
ark-std-zypher ^0.4
normal
async-trait ^0.1
normal
bincode ^1.3
normal
dotenv ^0.15
normal
ethereum-types ^0.14
normal
ethers ^2.0
normal
futures-util ^0.3
normal
optional
hex ^0.4
normal
serde ^1.0
normal
serde_json ^1.0
normal
tdn ^0.10
normal
tokio ^1.41
normal
tokio-tungstenite ^0.24
normal
optional
tracing ^0.1
normal
uzkge ^0.1
normal
z4-types ^0.2
normal
ark-bn254-zypher ^0.4
dev
rand_chacha ^0.3
dev
tracing-subscriber ^0.3
dev
Versions
97.44%
of the crate is documented
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
Address
z4_
engine
0.2.0
Address
Aliased Type
Fields
0
In crate z4_
engine
z4_engine
Type Alias
Address
Copy item path
Source
pub type Address =
H160
;
Expand description
Export useful types
Aliased Type
§
#[repr(C)]
pub struct Address(pub [
u8
;
20
]);
Tuple Fields
§
§
0: [
u8
;
20
]