rusty-commit 1.0.27

Rust-powered AI commit message generator - Write impressive commits in seconds
Documentation
1
2
3
4
5
6
7
8
9
//! Unified output module for Rusty Commit CLI.
//!
//! Provides consistent styling, progress tracking, and error formatting
//! across all commands.

pub mod error;
pub mod prelude;
pub mod progress;
pub mod styling;