gitdataai/libs/git/archive/mod.rs
2026-04-15 09:08:09 +08:00

4 lines
109 B
Rust

//! Archive domain — generate .tar, .tar.gz, and .zip archives from git trees.
pub mod ops;
pub mod types;