Skip to main content

ati/
lib.rs

1//! ATI library — exposes core modules for integration tests and embedding.
2#![allow(dead_code)]
3
4pub mod core;
5pub mod proxy;
6pub mod security;
7
8// These are used by the binary (main.rs) only, not exposed as library API.
9// cli, output, providers remain private to the binary.