Polished and well engineered. Punching above its star count.
A blazingly fast, minimalist HTTP server built for modern Rust applications.
Documentation
81
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide is detailed and thorough.
README is present.
Licensed under MIT.
Engineering
96
CI is configured (.github/workflows/rust.yml).
Test files detected (extras/vetis-asgi/src/tests).
Rust linting configured (rustfmt.toml).
Lockfile present (Cargo.lock). Installs are reproducible.
Issue or PR templates present.
Project health
100
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)
- 3Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 113Watchers
Responsiveness
- 1d 8hMedian issue response
- 4hMedian PR merge time
- 32Open issues
Repository files23 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/rust.yml).Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .samoyed
- certs
- docs
- examples
- extrasGood: Test files detected (extras/vetis-asgi/src/tests).
- vetis
- vetis-macros
- vetis-smolGood: Environment pinned via vetis-smol/Dockerfile.
- vetis-tokio
- .commitlintrc.yaml
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- BENCHMARKS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- 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.Good: Contributing guide describes code style expectations.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.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- dist-workspace.toml
- LICENSEGood: Licensed under MIT.
- 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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- rustfmt.tomlGood: Rust linting configured (rustfmt.toml).