1//! apr-cli library 2//! 3//! This library is the foundation for the apr CLI binary. 4//! The binary (main.rs) is the primary interface. 5 6#[cfg(feature = "inference")] 7pub mod federation;