Is there exists a Config Management crate?
⚓ Rust 📅 2026-05-05 👤 surdeus 👁️ 2Prerequite
so i am building a tauri desktop application that needs to persist the app config on disk that is managed by the app and user may edit it
Problem
right now, i am having to mannualy deal with the saving, reading mirating confi file using serde and serde_json. and after encountring a plathera of bugs, i decided there must be something in the rust ecosystem that solves this problem
so i just wanted to ask you gyuz for a solution that allows me to :
- save/read config file form disk
- handle bad schema config files
- handles constantly evolving config schema
4 posts - 3 participants
🏷️ Rust_feed