aiken/crates/aiken-project
Pi Lanningham ace58e368c Correctly report the checks count
It might be slightly cleaner and more extensible to change  to return a summary, potentially even making  track the tests, coverage, etc. so it can be serialized to JSON. But, for now, this is much simpler, and the approach that KtorZ suggested.
2024-03-08 20:40:50 -05:00
..
src Correctly report the checks count 2024-03-08 20:40:50 -05:00
templates Add missing keywords to documentation generator. 2023-10-06 14:46:34 +02:00
Cargo.toml Memoize simplification steps during property-based shrinking. 2024-03-08 18:58:51 +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.