fabro/lib/crates/arc-git-storage/src/lib.rs
Bryan Helmkamp 9e3b73dbe4 Move crates/ to lib/crates/ and update all references
Updated: Cargo.toml workspace members, CI workflow paths, Dockerfile
COPY, AGENTS.md, skill mapping, and doc references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 13:12:35 -04:00

7 lines
124 B
Rust

pub mod branchstore;
pub mod error;
pub mod gitobj;
pub mod snapshot;
pub mod trailerlink;
pub use error::{Error, Result};