docs.rs failed to build routa-core-0.18.0
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.
Visit the last successful build:
routa-core-0.16.0
Routa Core — Transport-agnostic domain logic for the Routa.js platform.
This crate contains the core business logic, data models, stores, and protocol integrations. It has no HTTP framework dependency by default, making it suitable for use in:
- HTTP servers (via
routa-server) - Tauri desktop apps (direct IPC)
- CLI tools
- JS bindgen (via napi-rs or wasm-bindgen)
Feature Flags
axum— EnablesIntoResponseimpl onServerErrorfor use in axum handlers.