What is this ?
Contient un bon exemple réutilisable d'implémentation d'un fichier de conf en yaml à l'aide de Serde.
Il y'a juste à adapter le struct AppConf aux besoins et sa fonction default().
Description
A simple example of reading / writing a config file in yaml using serde. The config is used as a struct.
Languages
Rust
100%