camber-cli 0.1.6

CLI, project scaffolding, and config-driven proxy for Camber
Documentation
1
2
3
4
5
6
7
//! CLI support crate for Camber.
//!
//! This crate exposes the config types used by the `camber` binary for the
//! config-driven reverse proxy and related tooling.

/// Proxy configuration loading and validation.
pub mod config;