scalo 2.10.2

Self-regulating runtime for hyperscale-grade data-plane services. Config, logging and metrics come pre-wired as singletons you just use -- then CLI, health probes, transport, backpressure, adaptive scaling and deployment contracts all build on that integration. Batteries included, idiomatic Rust. Sibling to the scalo package on PyPI (scalo-py).
Documentation
// Project:   scalo
// File:      tests/e2e/mod.rs
// Purpose:   E2E test module declarations
// Language:  Rust
//
// License:   Apache-2.0
// Copyright: (c) 2026 HYPERI PTY LIMITED

#[cfg(feature = "transport-grpc")]
mod grpc_transport;

#[cfg(feature = "transport-kafka")]
mod kafka;

#[cfg(feature = "transport-grpc-vector-compat")]
mod vector_compat;

#[cfg(feature = "deployment-test-support")]
mod contract_artefacts;