gmsg 0.1.3

AI-powered commit message generator with a TUI editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub enum GmsgError {
    AiError,
    Tui,
    Git,
}

pub enum AiError {
    LimitExceeded,
    NetworkFailure,
    InvalidProvider,
    InvalidModel,
    InvalidApiKey,
}

pub enum GitError {}