Files
aiken/crates/aiken-project
Pi Lanningham 5068da3a17 Refactor into cargo-project
Rather than have this logic in the aiken binary, this provides a generic
mechanism to do "something" on file change events.  KtorZ is going to
handle wiring it up to the CLI in the best way for the project.

I tried to write some tests for this, but it's hard to isolate the
watcher logic without wrestling with the borrow checker, or overly
neutering this utility.
2023-11-24 08:37:54 +01:00
..
2023-11-24 08:37:54 +01:00
2023-11-24 08:37:54 +01:00

Project

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