Expand description
Application layer containing use cases.
This module orchestrates domain logic and infrastructure to implement the core business operations of ADRScope.
Re-exports§
pub use stats::StatsFormat;pub use stats::StatsOptions;pub use stats::StatsResult;pub use stats::StatsUseCase;
Modules§
- stats
- Statistics generation use case.
Structs§
- Generate
Options - Options for the generate command.
- Generate
Result - Result of the generate use case.
- Generate
UseCase - Use case for generating HTML viewers.
- Validate
Options - Options for the validate command.
- Validate
Result - Result of the validation use case.
- Validate
UseCase - Use case for validating ADRs.
- Wiki
Options - Options for the wiki command.
- Wiki
Result - Result of the wiki generation use case.
- Wiki
UseCase - Use case for generating GitHub Wiki pages.