LukasKalbertodt / confique

Type-safe, layered, light-weight, `serde`-based configuration library
https://docs.rs/confique
Apache License 2.0
169 stars 10 forks source link

Make it easier to load from files with non-built-in formats #9

Open LukasKalbertodt opened 2 years ago

LukasKalbertodt commented 2 years ago

People might want to use some logic of File (e.g. required) but with a non-built-in file type. Right now they have to do the file content loading themselves. It's not a huge deal, but it could potentially be nicer.