Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·1 min de lectura

RustAPI — 5-Line Rust APIs with OpenAPI

RustAPI trims production Rust endpoints to a 5-line starter pattern; verified 50 stars, Apache-2.0, replay tooling, and built-in OpenAPI docs at `/docs`.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install 8796ffa3-b92f-577f-a8d9-b08de671988a
Introducción

RustAPI trims production Rust endpoints to a 5-line starter pattern; verified 50 stars, Apache-2.0, replay tooling, and built-in OpenAPI docs at /docs.

Best for: Rust backend builders who want generated docs and replay/debug helpers without large framework boilerplate

Works with: Tokio-based Rust services, OpenAPI consumers, health probes, and replay-based debugging

Setup time: 10-20 minutes

Main

  • The README shows RustApi::auto() collecting macro routes, generating docs, and starting a runtime, which is a concrete dev-UX claim.
  • Replay tooling with cargo rustapi replay list/run/diff makes it more than another terse Rust framework.
  • This is the smallest repo in the set at 50 stars, so the listing stays factual and conservative.

FAQ

  • Is it already an MCP framework?: No. MCP appears in the roadmap; current value is API generation and replay tooling.
  • What should I verify first?: Build a hello route and open /docs.
  • Why include a 50-star repo?: Fresh activity and unusually concrete debugging ergonomics.
🙏

Fuente y agradecimientos

Source: https://github.com/Tuntii/RustAPI > License: Apache-2.0 > GitHub stars: 50 · forks: 3

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados