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 guide5pt72

Contributing guide is detailed and thorough.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

99

Reproducibility6pt90

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (deltachat-jsonrpc/typescript/test).

CI/CD14pt100

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

Rust linting configured (cargo fmt in CI).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

92

Dependency manifest6pt75

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • โ€”
    Commits (30d / 90d)
  • 129
    Forks
  • 206
    Releaseslatest 3y ago

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 903
    Watchers

Responsiveness

  • 2d 3h
    Median issue response
  • 1h
    Median PR merge time
  • 141
    Open issues
Repository files42 root entries
  • .cargo
  • .github
    Good: 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-jsonrpc
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • .npmignore
  • .npmrc
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • cliff.toml
  • CMakeLists.txt
  • CONTRIBUTING.md
    Good: 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
  • LICENSE
    Good: Licensed under Other.
  • README.md
    Good: 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