Crate essential_dry_run

Source
Expand description

Dry run of checking a solution on a Essential server through an Essential REST client.

This crate can be used as a library and a binary CLI tool.

Functionsยง

dry_run
Dry run a solution check. The contracts should be deployed to the server before calling this function.
dry_run_from_path
Dry run a solution check. Reads a solution from file, then checks it. The contracts should be deployed to the server before calling this function.
dry_run_with_contracts
Dry run a solution check with given contracts.
dry_run_with_contracts_from_path
Dry run a solution check with given contracts. Reads contracts from a directory and a solution from a file, then checks the solution.