Azure / service-fabric-rs

Service Fabric Rust
MIT License
6 stars 7 forks source link

Integrate with config-rs #25

Closed youyuanwu closed 6 months ago

youyuanwu commented 6 months ago

Added Fabric Config Package as a source provider to config-rs. Added test in the echo app to load the config and deserialize to struct. Config-rs can load the config. We can utilize config-rs to get config in a standard way or deserialize it in to structs. See https://github.com/mehcode/config-rs