Docs.rs
  • revm-primitives-1.1.1
    • revm-primitives 1.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rakita
    • Dependencies
      • arbitrary ^1.3 normal
      • auto_impl ^1.0 normal
      • bitvec ^1 normal
      • bytes ^1.4 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.4 normal
      • primitive-types ^0.12 normal
      • proptest ^1.1 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.3 dev
      • proptest ^1.1 dev
      • proptest-derive ^0.3 dev
      • ruint ^1.7.0 dev
    • Versions
    • 37.57% 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
logo

logo

Module specification

  • Structs
  • Enums
  • Traits
?
Change settings

Module revm_primitives::specification

source ·

Re-exports

  • pub use SpecId::*;

Structs

  • BerlinSpec
  • ByzantiumSpec
  • FrontierSpec
  • HomesteadSpec
  • IstanbulSpec
  • LatestSpec
  • LondonSpec
  • MergeSpec
  • PetersburgSpec
  • ShanghaiSpec
  • SpuriousDragonSpec
  • TangerineSpec

Enums

  • SpecId
    SpecId and their activation block Information was obtained from: https://github.com/ethereum/execution-specs

Traits

  • Spec