aigitcommit 1.7.1

A simple git commit message generator by OpenAI compaction model.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
 * Copyright (c) 2025 Hangzhou Guanwaii Technology Co,.Ltd.
 *
 * This source code is licensed under the MIT License,
 * which is located in the LICENSE file in the source tree's root directory.
 *
 * File: mod.rs
 * Author: mingcheng <mingcheng@apache.org>
 * File Created: 2025-10-16 16:52:52
 *
 * Modified By: mingcheng <mingcheng@apache.org>
 * Last Modified: 2025-10-16 16:53:36
 */

pub mod message;
pub mod repository;