Re-exports

pub use mandos;
pub use elrond_wasm::elrond_codec::num_bigint;
pub use elrond_wasm;
pub use mandos_system::executor::*;

Modules

Macros

Structs

A pointer type that uniquely owns a heap allocation of type T.
A hash map implemented with quadratic probing and SIMD lookup.
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Functions

returns it as hex formatted number if it’s not valid utf8
Uses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant.
Uses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant.
Uses the managed types api to test encoding both ways.
Runs the Arwen executable, which reads parses and executes one or more mandos tests.
Runs mandos test using the Rust infrastructure and the debug mode. Uses a contract map to replace the references to the wasm bytecode with the contracts running in debug mode.

Type Definitions