Skip to main content

Crate concerto_core

Crate concerto_core 

Source
Expand description

§concerto-core

Pure routing logic, eviction policies, and memory accounting for Concerto.

This crate has ZERO IO dependencies. It takes state in, returns decisions out. All the interesting logic lives here and is trivially unit-testable.

Re-exports§

pub use routing::route_request;
pub use state::ClusterState;
pub use types::*;

Modules§

eviction
routing
state
types