aiken/crates/project
KtorZ 44d72c046e Print files / tests as they're processed when --debug
This is because there's no proper way to catch panics in Rust, which
  makes it hard to know _which_ test did cause the panic when this
  happen. The stack trace gives little detail about this, but we can
  print this information before it happens -- making it easier to
  identify the culprit.
2022-12-19 00:41:27 -05:00
..
src Print files / tests as they're processed when --debug 2022-12-19 00:41:27 -05:00
templates Tweak syntax-highlighting for better output. 2022-12-17 17:09:13 +01:00
Cargo.toml chore: clean some links up so they point to the new repo 2022-12-17 11:19:02 -05:00
README.md Extra project utilities in their own crate. 2022-10-28 13:48:40 +02:00

README.md

Project

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