aiken/crates/aiken-project
KtorZ 6d098a4571 Fix blueprint generation for nested fields with Data
Having the data's schema be optional at the level of the 'Schema' did not allow to represent cases where there would be an opaque data at an arbitrary nesting. So I introduced a new variant 'Opaque' on 'Data' to fill that gap.
2023-03-02 15:25:17 -05:00
..
src Fix blueprint generation for nested fields with Data 2023-03-02 15:25:17 -05:00
templates Add missing keywords to highlightjs for doc generation. 2023-02-22 11:50:31 +01:00
Cargo.toml Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01: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.