repos
/ repos-rust master

repos-rust

mirror archived upstream

A minimal self-hosted git browser on Rust axum: bare repos rendered as a website with commits, diffs, syntax-highlighted blobs, atom feeds, and clone over HTTPS.

axumdockergitgit-browsergitoxidegixrustself-hosted

128 B · 10 lines · Rust Raw History
1pub mod atom;
2pub mod blob;
3pub mod clone;
4pub mod commit;
5pub mod index;
6pub mod log;
7pub mod repo;
8pub mod seo;
9pub mod tree;