chrisdickinson/git-rs
git, implemented in rust, for fun and education :crab: observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2811
- days_rel: n/a
- days_push: 1127
- n_releases_24m: 0
Adoption not part of the score
1378 stars · 34 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An educational reimplementation of Git's core internals in Rust, covering loose and packed object reading, refs, commit graph walking, and tree traversal. It is a learning project rather than a production-ready Git client, with the author pointing users to gitoxide for real-world use.
Use cases
- learn how git stores objects internally
- read git packfiles in rust
- walk a git commit history programmatically
- understand how git delta compression works
- study a rust implementation of git
- parse git refs and signatures
When to choose
- you want to learn git internals by reading or hacking on source code
- you need a small, readable rust codebase demonstrating packfile and object storage formats
- you want a simple git log walker for experimentation
When to avoid
- you need a complete, production-ready git implementation in rust (use gitoxide instead)
- you need network protocol support, index writing, or object writing (unimplemented)
- you need a stable, documented library API for other projects
Facets
library · maturity experimental
version-control parser developer-tools version-control developer-tools parsers education rust cross-platform cli git-implementation educational packfile commit-graph learning-project
1 source
- readme: https://github.com/chrisdickinson/git-rs · fetched 2026-08-28 · 3588515ca321
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chrisdickinson/git-rs | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="chrisdickinson/git-rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem