//! # 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.
pub use route_request;
pub use ClusterState;
pub use *;