Skip to main content

Crate saluki_core

Crate saluki_core 

Source
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.
runtime
Runtime system.
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.