aiken/crates/aiken-project
Pi Lanningham 17a75d2481 Return an EvalResult alongside the redeemer
This refactors things so that eval_phase_two can expose logs even when the script succeeds.

It also enriches traces to be either Logs or Labels, so that we can tell the difference between the two when inspecting the traces.
2025-02-17 19:58:26 -05:00
..
src Return an EvalResult alongside the redeemer 2025-02-17 19:58:26 -05:00
templates Fix dark colorscheme for dark. 2024-09-06 13:31:19 +02:00
Cargo.toml pin textplots-rs fork to a specific revision & version. 2025-02-11 14:32:21 +01:00
README.md chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
build.rs Move compile-time build info to aiken-project 2023-10-06 14:08:47 +02:00

README.md

Project

This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.