28 releases (17 breaking)

0.18.0 Dec 15, 2022
0.17.0 Sep 20, 2022
0.16.0 Jul 8, 2022
0.12.0 Feb 22, 2022
0.3.1 Nov 23, 2020

#7 in #elrond

Download history 45/week @ 2023-12-18 34/week @ 2023-12-25 42/week @ 2024-01-08 26/week @ 2024-01-15 14/week @ 2024-01-22 8/week @ 2024-01-29 13/week @ 2024-02-05 25/week @ 2024-02-12 74/week @ 2024-02-19 157/week @ 2024-02-26 69/week @ 2024-03-04 135/week @ 2024-03-11 98/week @ 2024-03-18 31/week @ 2024-03-25 202/week @ 2024-04-01

477 downloads per month
Used in 9 crates (via elrond-wasm-debug)

GPL-3.0-only

66KB
2K SLoC

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.

Dependencies

~2.5–3.5MB
~58K SLoC