Module application

Module application 

Source
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§

GenerateOptions
Options for the generate command.
GenerateResult
Result of the generate use case.
GenerateUseCase
Use case for generating HTML viewers.
ValidateOptions
Options for the validate command.
ValidateResult
Result of the validation use case.
ValidateUseCase
Use case for validating ADRs.
WikiOptions
Options for the wiki command.
WikiResult
Result of the wiki generation use case.
WikiUseCase
Use case for generating GitHub Wiki pages.