Skip to main content

Module core

Module core 

Source
Expand description

ACTR-CLI core reuse component module

Implements a unified CLI reuse architecture with 8 core components and 3 operation pipelines, providing consistent UX and high code reuse.

Re-exports§

pub use components::*;
pub use container::*;
pub use error::*;
pub use pipelines::*;

Modules§

components
Core reusable component definitions
container
Dependency injection container
error
Unified Error Handling
pipelines
Operation pipeline definitions