aiken/crates/aiken-project
KtorZ 8c2fdf9ad4
Use dot to separate purpose from validator name in blueprint
The rationale is two folds:

  1. It's more consistent with how we already separate the validator
  name from its module.

  2. Because `_` may be present in Aiken's validator's name, it is hard
     to read and I am afraid it could potentially conflict later on. So
     it's better to use a separator that cannot appear in validator
     names.
2024-08-25 16:20:08 +02:00
..
src Use dot to separate purpose from validator name in blueprint 2024-08-25 16:20:08 +02:00
templates Implement source linker and add URL to source code in generated docs. 2024-08-22 16:37:48 +02:00
Cargo.toml Implement source linker and add URL to source code in generated docs. 2024-08-22 16:37:48 +02: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.