git_anger_management/
lib.rs

1/// A git author
2pub mod author;
3/// Core algorithms and functionality
4pub mod core;
5/// A simplified representation of a git repository
6pub mod repo;