securegit 0.8.5

Zero-trust git replacement with 12 built-in security scanners, LLM redteam bridge, universal undo, durable backups, and a 50-tool MCP server
Documentation
1
2
3
4
5
6
7
8
9
pub mod download;
pub mod sources;
pub mod strategy;
pub mod submodules;
pub mod zip_only;
pub mod zip_with_history;

pub use sources::RepoSource;
pub use strategy::{AcquireOptions, AcquisitionStrategy};