Skip to main content

ati/
lib.rs

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