Skip to main content

camber_cli/
lib.rs

1//! CLI support crate for Camber.
2//!
3//! This crate exposes the config types used by the `camber` binary for the
4//! config-driven reverse proxy and related tooling.
5
6/// Proxy configuration loading and validation.
7pub mod config;