zenoh-flow aims at providing a zenoh-based data-flow programming framework for computations that span from the cloud to the device.
91
stars
20
forks
source link
refactor(commons): allow mutating and owning a `Configuration` #241
Closed
J-Loudet closed 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.
Arc
inside theConfiguration
structure,DerefMut
for theConfiguration
facilitating mutation.