b-dont / git-rs

Rust-based git client and remote-repository hosting server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a project I've been thinking about for a bit. I'd like to work on a very *very* light-weight git hosting platform in Rust. So far, this is just the Multithread Web Server project from the last chapter of the Rust Book, but I'm going to expand and refactor it to be an all-in-one web server for git hosting that is self-hostable, fast, and has a CLI to interact with it client-side, similar to the `gh` GitHub CLI, and the `glab` Gitlab CLI.

About

Rust-based git client and remote-repository hosting server.

License:GNU Affero General Public License v3.0


Languages

Language:Rust 84.4%Language:HTML 15.6%