Crates.io | mandos |
lib.rs | mandos |
version | 0.18.0 |
source | src |
created_at | 2020-10-02 23:02:43.45558 |
updated_at | 2022-12-15 13:33:34.245011 |
description | Parser/writer of the Mandos test format |
homepage | https://elrond.com/ |
repository | https://github.com/ElrondNetwork/elrond-wasm-rs |
max_upload_size | |
id | 295583 |
size | 75,305 |
Rust implementation of the Mandos smart contract test file format.
It is composed of 2 parts:
Both of them are detailed under this specification: https://docs.elrond.com/developers/developer-reference/mandos-tests
This crate only deals with the format, not with its semantics or execution. For the execution engine, see elrond-wasm-debug/mandos
. This also means that this crate does not and should not depend on any elrond-*
crate, it is the base format and nothing else.