Expand description
Re-exports the most commonly-needed APIs of TASM Lib.
This module is intended to be wildcard-imported, i.e., use tasm_lib::prelude::*;
.
You might also want to consider wildcard-importing the prelude of Triton VM, i.e.,
use tasm_lib::triton_vm::prelude::*;
.
Re-exports§
pub use crate::library::Library;
pub use crate::memory::dyn_malloc::DynMalloc;
pub use crate::memory::memcpy::MemCpy;
pub use crate::structure::tasm_object::TasmObject;
pub use crate::traits::basic_snippet::BasicSnippet;
pub use crate::Digest;
pub use triton_vm;
pub use triton_vm::twenty_first;
Derive Macros§
- Derives
TasmObject
for structs.