eclipse-zenoh-flow / zenoh-flow

zenoh-flow aims at providing a zenoh-based data-flow programming framework for computations that span from the cloud to the device.
Other
91 stars 20 forks source link

refactor(commons): allow mutating and owning a `Configuration` #241

Closed J-Loudet closed 7 months ago

J-Loudet commented 7 months ago

Users provide the configuration, it is then logical to let them own it and modify it.

In addition, the current status of the Python bindings leverages the configuration to pass certain required information.

J-Loudet commented 7 months ago

Solves #240