1//! Library entry point for `fbi-proxy`. 2//! 3//! Exposes internal modules so they can be unit-tested via 4//! `cargo test --lib` and reused by the binary in `rs/fbi-proxy.rs`. 5 6pub mod metrics; 7pub mod routes; 8pub mod tls;