roxy-config 0.1.0

Configuration for Roxy RPC proxy
1
2
3
4
5
6
7
8
9
10
11
12
# Config for Roxy

[![Crates.io](https://img.shields.io/crates/v/roxy-config.svg)](https://crates.io/crates/roxy-config)
[![Docs.rs](https://docs.rs/roxy-config/badge.svg)](https://docs.rs/roxy-config)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

TOML-based configuration parsing and validation for server, backends,
groups, cache, rate limiting, routing, and metrics.

## License

This project is licensed under the MIT License - see the [LICENSE](../../LICENSE) file for details.