bv-index 0.1.0

Registry index trait and Git-backed implementation for biov
Documentation
1
2
3
4
5
pub mod backend;
pub mod git;

pub use backend::{IndexBackend, ToolSummary};
pub use git::GitIndex;