aiken/crates/aiken-project/src
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
..
deps Move 'PackageName' and associated methods in its own module. 2023-01-14 23:29:28 +01:00
config.rs Add new 'deps add' command 2023-01-14 23:29:28 +01:00
deps.rs Move 'PackageName' and associated methods in its own module. 2023-01-14 23:29:28 +01:00
docs.rs Implement various visual improvements for the doc generator 2023-01-18 15:12:15 +01:00
error.rs Rename sub-command 'deps' → 'packages' 2023-01-14 23:29:28 +01:00
format.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
lib.rs feat: validator fns no longer need to be public 2023-01-15 12:33:10 -05:00
module.rs feat: validator fns no longer need to be public 2023-01-15 12:33:10 -05:00
options.rs feat(check): change some logic around and add --exact-match 2023-01-10 11:46:44 -05:00
package_name.rs Remove restriction on the project's package name 2023-01-14 23:47:57 +01:00
paths.rs Move 'PackageName' and associated methods in its own module. 2023-01-14 23:29:28 +01:00
pretty.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
script.rs feat(aiken-project): use rayon to run tests in parallel 2023-01-09 18:12:18 -05:00
telemetry.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00