gittype 0.10.0

A typing practice tool using your own code repositories
Documentation
1
2
3
4
5
pub mod domain;
pub mod infrastructure;
pub mod presentation;

pub use domain::error::{GitTypeError, Result};