gmsg 0.1.1

AI-powered commit message generator with a TUI editor
Documentation
1
2
3
4
5
6
7
8
// lib.rs
pub mod ai;
pub mod config;
pub mod git;
pub mod gmsg;
pub mod tui;

pub use gmsg::Gmsg;