Crates.io | denali |
lib.rs | denali |
version | 0.3.6 |
source | src |
created_at | 2023-11-15 09:00:17.416536 |
updated_at | 2024-02-15 08:01:36.558109 |
description | Parser/writer of the Denali test format |
homepage | https://dharitri.com/ |
repository | https://github.com/Battula-anil-app-could/dx-sdk-rs-new |
max_upload_size | |
id | 1036313 |
size | 75,227 |
Rust implementation of the Denali smart contract test file format.
It is composed of 2 parts:
Both of them are detailed under this specification: https://docs.dharitri.com/developers/developer-reference/denali-tests
This crate only deals with the format, not with its semantics or execution. For the execution engine, see dharitri-wasm-debug/denali
. This also means that this crate does not and should not depend on any dharitri-*
crate, it is the base format and nothing else.