mandos

Crates.iomandos
lib.rsmandos
version0.18.0
sourcesrc
created_at2020-10-02 23:02:43.45558
updated_at2022-12-15 13:33:34.245011
descriptionParser/writer of the Mandos test format
homepagehttps://elrond.com/
repositoryhttps://github.com/ElrondNetwork/elrond-wasm-rs
max_upload_size
id295583
size75,305
(dorin-iancu)

documentation

https://docs.elrond.com/

README

mandos

Rust implementation of the Mandos smart contract test file format.

It is composed of 2 parts:

  • the mandos serde representation
  • the standard mandos value interpreter

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.

Commit count: 6577

cargo fmt