gtl 0.5.21

gtl is a Git-based tool designed to simplify the management of multiple remote repositories. It extends Git's functionality by providing one-click initialization and pushing to multiple remote repositories, making it especially useful for developers who need to maintain multiple remote repositories simultaneously.
1
2
3
4
5
6
7
8
mod r#const;
mod r#fn;
mod r#struct;
mod r#type;

pub(crate) use {r#const::*, r#fn::*, r#struct::*, r#type::*};

use super::*;