Docs.rs
revm-context-18.0.3
revm-context 18.0.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
bitvec ^1
normal
revm-bytecode ^11.0.1
normal
cfg-if ^1.0
normal
revm-context-interface ^19.0.3
normal
revm-database-interface ^12.1.1
normal
derive-where ^1.6
normal
revm-primitives ^24.0.1
normal
serde ^1.0
normal
optional
revm-state ^12.0.1
normal
revm-database ^15.0.2
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
Skip to main content
Module state_hook
revm_
context
18.0.3
Module state_
hook
Module Items
Structs
Traits
In revm_
context::
database_
interface
revm_context
::
database_interface
Module
state_
hook
Copy item path
Source
Expand description
State commit hook.
Structs
§
Noop
Hook
An
OnStateHook
that does nothing.
Traits
§
OnState
Hook
A hook that is called when state changes are committed.