git-next-core 0.14.1

core for git-next, the trunk-based development manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//
use crate::{
    git::{self, tests::given},
    ApiToken, GitDir, StoragePathType,
};

use assert2::let_assert;
use secrecy::ExposeSecret as _;

mod factory;
mod validate;

type TestResult = Result<(), Box<dyn std::error::Error>>;