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
// lib.rs
pub mod ai;
pub mod config;
mod errors;
pub mod git;
pub mod gmsg;
pub mod tui;

pub use gmsg::Gmsg;
#[cfg(test)]
pub mod test_utils;