Crate saluki_core

Crate saluki_core 

Source
Expand description

Core primitives for building Saluki-based data planes.

Modules§

accounting
Process-level memory bounds and limiting for components.
components
Component basics.
constants
Constants values used through various Saluki crates.
data_model
Data model for Saluki components.
diagnostic
Subsystem diagnostics.
health
Health registry for tracking component readiness and liveness.
observability
Internal observability support.
pooling
Object pooling.
runtime
Runtime system.
support
Cross-cutting support types shared across subsystems.
topology
Topology building.

Macros§

pooled
Creates a struct that can be stored in an object pool, based on an inline struct definition.
pooled_newtype
Creates a struct that can be stored in an object pool, based on an existing struct definition.