Polished and well engineered. Punching above its star count.
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots ๐ง
Outstanding. A score of 96/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
93
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under Other.
Engineering
99
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (deltachat-jsonrpc/typescript/test).
CI is configured (.github/workflows/ci.yml).
Rust linting configured (cargo fmt in CI).
Issue or PR templates present.
Project health
92
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)
- 129Forks
- 206Releaseslatest 3y ago
Community
- โCommunity health
- โauthors own >50% of commits
- 903Watchers
Responsiveness
- 2d 3hMedian issue response
- 1hMedian PR merge time
- 141Open issues
Repository files42 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- assets
- benches
- deltachat_derive
- deltachat-contact-tools
- deltachat-ffi
- deltachat-jsonrpcGood: Test files detected (deltachat-jsonrpc/typescript/test).
- deltachat-ratelimit
- deltachat-repl
- deltachat-rpc-client
- deltachat-rpc-server
- deltachat-time
- draft
- format-flowed
- fuzz
- proptest-regressions
- python
- scripts
- src
- test-data
- .gitattributes
- .gitignoreGood: .gitignore present.
- .npmignore
- .npmrc
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- cliff.toml
- CMakeLists.txt
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (โ12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (โ8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (โ8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- deny.toml
- flake.lock
- flake.nix
- LICENSEGood: Licensed under Other.
- 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-date.in
- RELEASE.md
- spec.md
- standards.md
- STYLE.md
- webxdc.md