An open API service indexing awesome lists of open source software.

https://github.com/shawakash/git

Git impl in Rust
https://github.com/shawakash/git

clap rust

Last synced: 30 days ago
JSON representation

Git impl in Rust

Awesome Lists containing this project

README

        

## Git

Just an implementation of some of the Git version control system command in rust

### Setup
```bash
cargo build
cargo run -- command [args]
```

By Me