Docs.rs
revm-primitives-1.0.0
revm-primitives 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
arbitrary ^1.2
normal
auto_impl ^1.0
normal
bytes ^1.3
normal
derive_more ^0.99
normal
enumn ^0.1
normal
fixed-hash ^0.8
normal
hashbrown ^0.13
normal
hex ^0.4
normal
hex-literal ^0.3
normal
proptest ^1.0
normal
proptest-derive ^0.3
normal
rlp ^0.5
normal
ruint ^1.7.0
normal
serde ^1.0
normal
sha3 ^0.10
normal
arbitrary ^1.2
dev
proptest ^1.0
dev
proptest-derive ^0.3
dev
ruint ^1.7.0
dev
Versions
38.76%
of the crate is documented
Go to latest version
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
☰
Spec
Required Associated Constants
SPEC_ID
Provided Methods
enabled
Implementors
In revm_primitives::specification
?
Trait
revm_primitives
::
specification
::
Spec
source
·
[
−
]
pub trait Spec:
Sized
{ const
SPEC_ID
:
SpecId
; fn
enabled
(spec_id:
SpecId
) ->
bool
{ ... } }
Required Associated Constants
§
source
const
SPEC_ID
:
SpecId
Provided Methods
§
source
fn
enabled
(spec_id:
SpecId
) ->
bool
Implementors
§
source
§
impl
Spec
for
BerlinSpec
source
§
const
SPEC_ID
:
SpecId
= BERLIN
source
§
impl
Spec
for
ByzantiumSpec
source
§
const
SPEC_ID
:
SpecId
= BYZANTIUM
source
§
impl
Spec
for
FrontierSpec
source
§
const
SPEC_ID
:
SpecId
= FRONTIER
source
§
impl
Spec
for
HomesteadSpec
source
§
const
SPEC_ID
:
SpecId
= HOMESTEAD
source
§
impl
Spec
for
IstanbulSpec
source
§
const
SPEC_ID
:
SpecId
= ISTANBUL
source
§
impl
Spec
for
LatestSpec
source
§
const
SPEC_ID
:
SpecId
= LATEST
source
§
impl
Spec
for
LondonSpec
source
§
const
SPEC_ID
:
SpecId
= LONDON
source
§
impl
Spec
for
MergeSpec
source
§
const
SPEC_ID
:
SpecId
= MERGE
source
§
impl
Spec
for
PetersburgSpec
source
§
const
SPEC_ID
:
SpecId
= PETERSBURG
source
§
impl
Spec
for
SpuriousDragonSpec
source
§
const
SPEC_ID
:
SpecId
= SPURIOUS_DRAGON
source
§
impl
Spec
for
TangerineSpec
source
§
const
SPEC_ID
:
SpecId
= TANGERINE