aiken/crates/project
KtorZ 9068c89c00 Show trace logs as part of the test output when any.
```
  ┍━ test ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  │ PASS [mem: 6370, cpu: 2591822] trace_1
  │ ↳ is negative
  │ ↳ is non-negative
  ┕━━━━━━━━━ 1 tests | 1 passed | 0 failed
  ```
2022-12-21 14:39:46 -05:00
..
src Show trace logs as part of the test output when any. 2022-12-21 14:39:46 -05:00
templates Tweak syntax-highlighting for better output. 2022-12-17 17:09:13 +01:00
Cargo.toml Make box-drawing code more reusable 2022-12-21 14:39:46 -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.