Module prelude

Source
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::data_type::DataType;
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::structure::tasm_object::TasmStruct;
pub use crate::traits::basic_snippet::BasicSnippet;
pub use triton_vm;
pub use triton_vm::twenty_first;

Structs§

Digest
The result of hashing a sequence of elements, for example using Tip5. Sometimes called a “hash”.
Tip5

Derive Macros§

TasmObject
Derives both, TasmObject and TasmStruct for structs.