aiken/crates/aiken-project
KtorZ 038f6ecbfd
Detect and report duplicate module names during parsing
Funny enough, we thought about that but only across packages. Now, the
  situation gets a little tricky because of folder structure, it's easy
  to define a module "foo" in `env`, `lib` and/or `validators`. From the
  compiler's perspective, they all have the same name.
2024-09-03 15:24:01 +02:00
..
src Detect and report duplicate module names during parsing 2024-09-03 15:24:01 +02:00
templates Adjust doc to support blockquote alerts. 2024-08-28 15:28:49 +02:00
Cargo.toml Bump versions to 1.1.0, in anticipation. 2024-08-29 09:12:37 +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.