//! Git smart-protocol façade that re-exports core traits, transport adapters, capability types, and
//! helpers so embedders can speak Git over HTTP/SSH or custom transports with minimal plumbing.
pubmodcore;pubmodhttp;pubmodpack;pubmodsmart;pubmodssh;pubmodtypes;pubmodutils;// Re-export main interfaces
pubusecore::{AuthenticationService, GitProtocol, RepositoryAccess};pubusetypes::*;