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

https://github.com/squiddy/git-rs

Learning Rust by implementing a reader for git repositories
https://github.com/squiddy/git-rs

git rust

Last synced: about 2 months ago
JSON representation

Learning Rust by implementing a reader for git repositories

Awesome Lists containing this project

README

          

git-rs
======

[![Build Status](https://travis-ci.org/squiddy/git-rs.svg?branch=master)](https://travis-ci.org/squiddy/git-rs)

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].

[MIT License]: https://github.com/squiddy/git-rs/blob/master/LICENSE