aiken/crates/aiken-project
KtorZ 23a22a65cb
Handle (recursive) generic types during reification.
Also moved a bunch of functions from code-gen back into _tipo_, as
  they're better suited and generic enough to be reused elsewhere.
2024-03-07 18:07:52 +01:00
..
src Handle (recursive) generic types during reification. 2024-03-07 18:07:52 +01:00
templates Add missing keywords to documentation generator. 2023-10-06 14:46:34 +02:00
Cargo.toml Rework unit test report to leverage new reification 2024-03-07 01:20:40 +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.