1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-29 00:20:04 +08:00

feat: add util_git

This commit is contained in:
2020-11-29 10:24:25 +08:00
parent 56f84533aa
commit a55ad86546
3 changed files with 149 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ pub mod util_file;
pub mod util_time;
pub mod util_net;
pub mod util_term;
pub mod util_git;
/// iff!(condition, result_when_true, result_when_false)
#[macro_export] macro_rules! iff {