denali

Crates.iodenali
lib.rsdenali
version0.3.6
sourcesrc
created_at2023-11-15 09:00:17.416536
updated_at2024-02-15 08:01:36.558109
descriptionParser/writer of the Denali test format
homepagehttps://dharitri.com/
repositoryhttps://github.com/Battula-anil-app-could/dx-sdk-rs-new
max_upload_size
id1036313
size75,227
(Battula-anil-app-could)

documentation

https://docs.dharitri.com/

README

denali

Rust implementation of the Denali smart contract test file format.

It is composed of 2 parts:

  • the denali serde representation
  • the standard denali value interpreter

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.

Commit count: 0

cargo fmt