gittype 0.10.0

A typing practice tool using your own code repositories
Documentation
1
2
3
4
5
6
7
pub mod git_repository_ref_parser;
pub mod local;
pub mod remote;

pub use git_repository_ref_parser::GitRepositoryRefParser;
pub use local::LocalGitRepositoryClient;
pub use remote::RemoteGitRepositoryClient;