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(runtime): small improvements over Extensions struct #212
Closed
J-Loudet closed 8 months ago
repr(transparent)
as it is just a newtypeFrom<Extension>
for the HashMap to facilitate converting it into a… HashMap (useful to then merge two Extensions),try_add_extension
method to acceptimpl Into<PathBuf>
(making it possible to pass str)