docs.rs failed to build arc-web-0.2.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.
Arc framework runtime.
Holds the reusable web/runtime machinery — Actix middleware, Tera helpers,
the event-sourced stack wiring, the websocket transport, and the server
bootstrap — behind a builder seam. Applications depend on this crate by
version and plug their own aggregate, projectors, and routes in through
[ArcApp::builder]. No concrete domain type lives here: the runtime is
generic over [arc_core::aggregate::Aggregate].