aiken/crates/aiken-project
KtorZ 071dc00624
Implement various visual improvements for the doc generator
- Display function's signature next to the function name
    (instead of being repeated below the function documentation).

  - Same for module constants

  - Display record constructors in a more concise manner, with
    constructors fields next to constructors.

  - Display generic parameters, if any, next to the type

  - Plus some minor color and icon rework.
2023-01-18 15:12:15 +01:00
..
src Implement various visual improvements for the doc generator 2023-01-18 15:12:15 +01:00
templates Implement various visual improvements for the doc generator 2023-01-18 15:12:15 +01:00
Cargo.toml Move 'PackageName' and associated methods in its own module. 2023-01-14 23:29:28 +01:00
README.md chore: make folder names match crate name 2022-12-21 18:11:07 -05:00

README.md

Project

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