Skip to main content

git_iblame/
lib.rs

1#![cfg_attr(docsrs, feature(doc_cfg))]
2
3pub(crate) mod blame;
4pub mod extensions;
5pub mod ui;