Files
aiken/crates/aiken-project
KtorZ 0771ab24bd Move 'PackageName' and associated methods in its own module.
This is a bit cleaner, as the 'cmd/new' had many on-the-fly functions
  which are better scoped inside this module.

  Plus, it plays nicely with the std::str::FromStr trait definition.
2023-01-14 23:29:28 +01:00
..

Project

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