gito_core 1.0.9

offering tiny easy-use api about git info
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[path ="../src/utils.rs"]
mod utils;
use utils::*;

#[test]
fn group_repo() {
    assert_eq!(
        get_user_repo("git@github.com:HomyeeKing/gx.git"),
        "HomyeeKing/gx"
    );
}