docs.rs failed to build miyabi-web-api-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Miyabi Web API - Backend REST API Server
Autonomous AI Agent Orchestration Platform - Web API
Architecture
- Framework: Axum 0.7
- Database: PostgreSQL 15 with SQLx
- Authentication: JWT + GitHub OAuth 2.0
- WebSocket: Real-time updates with tokio-tungstenite
- Documentation: OpenAPI 3.1 with Swagger UI
Modules
auth- Authentication and authorizationconfig- Configuration managementdatabase- Database connection pool and migrationserror- Error types and handlingmodels- Database models and DTOsroutes- API endpoint handlerswebsocket- WebSocket connection management