https://mfirhas.com/rss.xml

configrs

First Release: 31 Jan 2024
Last Update: 29 Mar 2024
Status: active
Latest Release: v0.1.4

page documentation source

About

Library for dealing with configurations in Rust. I wrote this because I want to simplify the existing library, and fixing one issue I found there. It's currently support Env Vars, JSON, TOML, and YAML. You don't need recompile everything since it will automatically read updated configurations.

Example