Docs.rs
alloy-eips-1.0.41
alloy-eips 1.0.41
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gakonst
github:alloy-rs:core
Dependencies
alloy-eip2124 ^0.2.0
normal
alloy-eip2930 ^0.2.0
normal
alloy-eip7702 ^0.6.1
normal
alloy-primitives ^1.2.0
normal
alloy-rlp ^0.3.9
normal
alloy-serde ^1.0.41
normal
optional
arbitrary ^1.3
normal
optional
auto_impl ^1.2
normal
c-kzg ^2.1.1
normal
optional
derive_more ^2
normal
either ^1.15
normal
ethereum_ssz ^0.9
normal
optional
ethereum_ssz_derive ^0.9
normal
optional
serde ^1.0.226
normal
optional
serde_with ^3
normal
optional
sha2 ^0.10
normal
optional
thiserror ^2.0
normal
alloy-primitives ^1.2.0
dev
arbitrary ^1.3
dev
rand ^0.8
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Platform
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
Files
alloy_eips/
eip2124.rs
1
//! Re-export the EIP-2124 types.
2
pub use
alloy_eip2124
::
*
;