timefs 0.1.0

Mount a Git repository as a read-only filesystem.
Documentation
1
2
3
4
5
6
7
8
//! Git backend traits and implementations.

pub mod store;

pub use store::{
    BlobReader, CommitInfo, GitObjectId, GitObjectKind, GitReference, GixRepository, HistoryEntry,
    LfsState, ObjectStore, OpenedSubmodule, RevResolver, StoreError, TreeEntry, TreeInfo,
};