aiken/crates/aiken-project
KtorZ 44e42d608d
Allow hidden modules, not generating any documentation.
This is useful when splitting module for dependencies, yet without the desire to expose internal constructors and types. This merely skips the documentation generation; but doesn't prevent the hidden module from being accessible.
2024-08-22 15:47:00 +02:00
..
src Allow hidden modules, not generating any documentation. 2024-08-22 15:47:00 +02:00
templates Parse and display documentation section headers. 2024-08-22 15:47:00 +02:00
Cargo.toml Parse and display documentation section headers. 2024-08-22 15:47:00 +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.