/git-rs

Learning Rust by implementing a reader for git repositories

Primary LanguageRustMIT LicenseMIT

git-rs

Build Status

A git reader implemented in Rust. The primary goal here is to learn Rust, so this won't even be near feature complete.

Development

Running tests

cargo test

Run clippy checks

rustup run nightly cargo clippy

License

git-rs is released under the MIT License.