Well engineered for its size. A portfolio piece worth showing off.
๐๏ธ Sync protocol for hash-linked data
Documentation
82
No CONTRIBUTING.md found (โ47 pts base + up to โ53 pts more for content).
โ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
92
Lockfile present (Cargo.lock). Installs are reproducible.
CI is configured (.github/workflows/build.yml).
Test files detected (sedimentree_core/tests).
Linter or formatter configured (rustfmt.toml).
Issue or PR templates present.
Project health
86
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 7Forks
- 78Releaseslatest 3mo ago
Community
- โCommunity health
- โauthors own >50% of commits
- 88Watchers
Responsiveness
- 1d 10hMedian issue response
- 2hMedian PR merge time
- 25Open issues
Repository files36 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Issue or PR templates present.
- automerge_subduction_ingest
- automerge_subduction_wasm
- design
- nix
- scripts
- sedimentree_coreGood: Test files detected (sedimentree_core/tests).
- sedimentree_fs_storage
- sedimentree_wasm
- subduction_cli
- subduction_core
- subduction_crypto
- subduction_ephemeral
- subduction_http_longpoll
- subduction_iroh
- subduction_keyhive
- subduction_redb_storage
- subduction_wasm
- subduction_wasm_bootstrap
- subduction_websocket
- .gitignoreGood: .gitignore present.
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- flake.lock
- flake.nix
- GUIDANCE.md
- HACKING.md
- LICENSE-APACHE
- LICENSE-MIT
- package.json
- pnpm-lock.yaml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- release.toml
- rust-toolchain.toml
- rustfmt.tomlGood: Linter or formatter configured (rustfmt.toml).