rsclaw-runtime 2026.6.26

rsclaw composition root: AppState/RPC handlers (a2a, cmd, cron, gateway, hooks, server, ws) + process entry point
docs.rs failed to build rsclaw-runtime-2026.6.26
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.

rsclaw-runtime — composition root + RPC handlers.

Holds the AppState/RPC-coupled "root knot" modules (a2a, cmd, cron runner, gateway, hooks, server, ws) plus the process entry point [run]. Everything else lives in the already-extracted rsclaw-* crates; this crate wires them together. The binary (src/main.rs) is a thin shim that installs the TLS provider, detects the memory tier, builds the tokio runtime and calls [run].