aiken/crates/aiken-project
KtorZ 7d6612b108
Rework parameter validation to work from 'Constant' instead of 'Term'
This simplifies the code and makes it more efficient as we no longer need to wrap and unwrap constant terms constantly.
2023-04-08 08:57:03 +02:00
..
src Rework parameter validation to work from 'Constant' instead of 'Term' 2023-04-08 08:57:03 +02:00
templates Add missing keywords to highlightjs for doc generation. 2023-02-22 11:50:31 +01:00
Cargo.toml Write JSON deserializers for Reference, Constructors, Items and Data. 2023-04-08 08:53:49 +02:00
README.md chore: make folder names match crate name 2022-12-21 18:11:07 -05:00

README.md

Project

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