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
- Host: GitHub
- URL: https://github.com/squiddy/git-rs
- Owner: squiddy
- License: mit
- Created: 2017-02-25T12:12:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T16:34:34.000Z (over 9 years ago)
- Last Synced: 2025-03-15T03:48:07.136Z (over 1 year ago)
- Topics: git, rust
- Language: Rust
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-rs
======
[](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