Docs.rs
bsv-script-0.2.0
bsv-script 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
digitsu
Dependencies
bs58 ^0.5
normal
bsv-primitives ^0.2.0
normal
hex ^0.4
normal
num-bigint ^0.4
normal
num-integer ^0.1
normal
num-traits ^0.2
normal
ripemd ^0.1
normal
serde ^1
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
thiserror ^2
normal
proptest ^1
dev
serde_json ^1
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module stack
bsv_
script
0.2.0
Module stack
Module Items
Structs
Functions
In bsv_
script::
interpreter
bsv_script
::
interpreter
Module
stack
Copy item path
Source
Expand description
Script execution stack. Script execution stack.
Structs
§
Bool
Stack
A simple boolean stack for tracking if/else state.
Stack
The main data/alt stack used by the script interpreter.
Functions
§
as_bool
Convert byte array to boolean (Bitcoin consensus rules).
from_
bool
Convert boolean to byte array.