Docs.rs
essential-state-read-vm-0.7.0
essential-state-read-vm 0.7.0
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
AND
Sections
And
Stack Input
Stack Output
In essential_
state_
read_
vm::
constraint::
asm::
short
essential_state_read_vm
::
constraint
::
asm
::
short
Constant
AND
Copy item path
Source
pub const AND:
Constraint
;
Expand description
§
And
0x16
Logical AND of two words.
§
Stack Input
[lhs, rhs]
§
Stack Output
[lhs && rhs]