git_rs 0.1.0

A (work in progress) pure rust git implementation.
Documentation
1
2
3
use crate::objects::commit::Commit;

pub type Tag = Commit;