squiddy / git-rs

Learning Rust by implementing a reader for git repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Learning Rust by implementing a reader for git repositories

License:MIT License


Languages

Language:Rust 100.0%