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
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