Introduction

Version 0.7.0 Updated Jan 02, 2026

OrthoConfig is a Rust library that unifies command‑line arguments, environment variables and configuration files into a single, strongly typed configuration struct. It is inspired by tools such as esbuild and is designed to minimize boiler‑plate. The library uses serde for deserialization and clap for argument parsing, while figment provides layered configuration management. This guide covers the functionality currently implemented in the repository.