Docs.rs
alloy-eips-0.12.6
alloy-eips 0.12.6
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.1.0
normal
alloy-eip2930 ^0.1.0
normal
alloy-eip7702 ^0.5.1
normal
alloy-primitives ^0.8.22
normal
alloy-rlp ^0.3.9
normal
alloy-serde ^0.12
normal
optional
arbitrary ^1.3
normal
optional
auto_impl ^1.2
normal
c-kzg ^1.0
normal
optional
derive_more ^2
normal
either ^1.15
normal
ethereum_ssz ^0.8
normal
optional
ethereum_ssz_derive ^0.8
normal
optional
once_cell ^1.21
normal
optional
serde ^1.0
normal
optional
sha2 ^0.10
normal
optional
alloy-primitives ^0.8.22
dev
arbitrary ^1.3
dev
rand ^0.8
dev
serde_json ^1.0
dev
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
Files
alloy_eips/
eip2930.rs
1
//! Re-export the EIP-2930 types.
2
pub use
alloy_eip2930
::
*
;