Skip to main content

icb_server/
lib.rs

1//! Library interface for the ICB server.
2//!
3//! Re‑exports the modules needed by benchmarks and external tools.
4
5pub mod analytics;
6pub mod diff;
7pub mod display_name;
8pub mod graph_builder;
9pub mod routes;
10pub mod upload;
11
12pub mod incremental_cache;