Gabriele Baldoni

Results 23 comments of Gabriele Baldoni

It seems not the case. We have some docstrings in the rust part that are indeed as `///` but they are "copied" in the generate files as `//` instead of...

Any update on this? Can't rely on `readelf` or `objdump` for discovery the dependencies instead of `ldd`? I guess `readelf` or `objdump` can be specified for each architecture in the...

I can try to give it some time. Once I have something working I'll do a PR.

Hi everyone, We have a similar issue, we have a crate `A` that defines some rust types (used from some rust API) and we would like to have such types...

Another update, I still find some issues when the data comes back from Python to Rust, in detail the `extract(py)` does not work. It says that the type I'm receiving...

That was exactly what I was thinking, make crate `C` a `dylib` kind of crate and try to use dynamic linking in both the dependent libraries, but as you said...

The last commit changed the wire encoding to [Consistent Overhead Byte Stuffing (COBS)](https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing). The low level crate seems to work, still some issues when during session establishment. @cguimaraes we may...

@Mallets should this be based on `master` or `api-changes`? I mean I guess it will land after the merge of the latter so my guess is that should be based...

I guess rebasing has created more issues, as now I see all the commits from `api-changes` and some from `master` I'll keep it open for the time being just to...

This has been tested against zenoh-pico with @cguimaraes, I keep this in draft until the sister PR on zenoh-pico is ready :)