gitbrowse 0.0.6

A simple way to browse a git repository
Documentation
1
2
3
4
5
6
#[allow(missing_docs)]
#[derive(Debug, Clone)]
pub struct NameWithId {
    pub commit_id: String,
    pub name: String,
}