You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust exposes public api for native config entries access / modification via native zenoh_config::Config struct. Should we provide similar native access to config entries in zenoh-c? As of today we can only load config from json, or add/modify config entries by passing json key-value pairs.
We should likely also expose Config::from_env method to allow loading config from path stored in env variable.
The text was updated successfully, but these errors were encountered:
Describe the release item
Rust exposes public api for native config entries access / modification via native zenoh_config::Config struct. Should we provide similar native access to config entries in zenoh-c? As of today we can only load config from json, or add/modify config entries by passing json key-value pairs.
We should likely also expose Config::from_env method to allow loading config from path stored in env variable.
The text was updated successfully, but these errors were encountered: