Crate indexbus_platform_core

Crate indexbus_platform_core 

Source
Expand description

indexbus-platform-core provides platform-level primitives for running IndexBus applications: lifecycle supervision, shutdown coordination, and restart/backoff policy.

This crate is intentionally std-first and is expected to be used alongside indexbus-kit.

Modulesยง

errors
Error types and Result aliases for indexbus-platform-core.
lifecycle
Lifecycle supervision and shutdown coordination. Lifecycle + supervision primitives.
prelude
Common re-exports for consumers of this crate. Curated prelude for platform core.