Expand description
Core primitives for building Saluki-based data planes.
Modules§
- components
- Component basics.
- constants
- Constants values used through various Saluki crates.
- data_
model - Data model for Saluki components.
- observability
- Internal observability support.
- pooling
- Object pooling.
- state
- Utilities and helpers for managing shared global state.
- 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.