mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
7 lines
190 B
Rust
7 lines
190 B
Rust
//! cached lookups:
|
|
//! parts of the sync api that might take longer
|
|
//! to compute but change seldom so doing them async might be overkill
|
|
|
|
mod branchname;
|
|
|
|
pub use branchname::BranchName;
|