gitdataai/libs/git/reference/mod.rs
2026-04-14 19:02:01 +08:00

4 lines
96 B
Rust

//! Reference domain — low-level ref operations with CAS support.
pub mod ops;
pub mod types;