Docs.rs
essential-state-read-vm-0.7.0
essential-state-read-vm 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
essentialcontributions
Dependencies
essential-constraint-vm ^0.6.0
normal
essential-state-asm ^0.6.0
normal
essential-types ^0.5.0
normal
thiserror ^1
normal
tracing ^0.1
normal
optional
futures ^0.3
dev
rand ^0.8
dev
tokio ^1.41
dev
Versions
100%
of the crate is documented
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
essential_
state_
read_
vm
0.7.0
SWAP
Sections
Swap
Stack Input
Stack Output
In essential_
state_
read_
vm::
constraint::
asm::
short
essential_state_read_vm
::
constraint
::
asm
::
short
Constant
SWAP
Copy item path
Source
pub const SWAP:
Constraint
;
Expand description
§
Swap
0x05
Swap top two words on stack.
§
Stack Input
[a, b]
§
Stack Output
[b, a]