scalo 2.10.12

Self-regulating runtime for Rust data-plane services. Backpressure, load shedding and adaptive scaling are on by default.
1
2
3
4
5
6
7
8
9
10
11
12
# Project:   scalo
# File:      rustfmt.toml
# Purpose:   Rust formatter configuration
# Language:  TOML
#
# License:   Apache-2.0
# Copyright: (c) 2026 HYPERI PTY LIMITED

edition = "2024"
max_width = 100
tab_spaces = 4
use_small_heuristics = "Default"