### RGLW Configuration [![pipeline status](https://gitlab.com/rglw/public/base/rglw/badges/main/pipeline.svg)](https://gitlab.com/rglw/public/base/rglw/-/commits/main) [![Latest Release](https://gitlab.com/rglw/public/base/rglw/-/badges/release.svg)](https://gitlab.com/rglw/public/base/rglw/-/releases) This project has util to load toml configuration files using figment. ### How to install Add this to your Cargo.toml file. ```toml [dependencies.rglw_configuration] version = "0.1.5" ``` WIP: Missing documentation