xgit 0.2.6

A enhanced AI-powered Git tool
1
2
3
4
5
pub mod client;
pub mod pr_matcher;
pub mod pr_service;

pub use pr_matcher::GitHubPrMatcher;