Describe the feature
Hi!
Hope you are well and thank you very much for this amazing code.
Regarding the SHM, I understand that the API is not stable in Rust. However, I have written my own port of the (unstable) Rust's SHM (publisher) for Python to use. It works with Rust's subscriber and not Python's. This is because the Python's version is not compiled with shared-memory feature enabled, but works fine if I manually compile the python port with shared-memory feature enabled.
So, I was wondering, until the SHM is stable and ported, can you please at least turn the shared-memory feature on by default in the Python port so that people like me who write their own port code can use it without needing to recompile everything and having a mirror of this repo?
Would be very appreciated. thanks!
Describe the feature
Hi!
Hope you are well and thank you very much for this amazing code.
Regarding the SHM, I understand that the API is not stable in Rust. However, I have written my own port of the (unstable) Rust's SHM (publisher) for Python to use. It works with Rust's subscriber and not Python's. This is because the Python's version is not compiled with shared-memory feature enabled, but works fine if I manually compile the python port with shared-memory feature enabled.
So, I was wondering, until the SHM is stable and ported, can you please at least turn the shared-memory feature on by default in the Python port so that people like me who write their own port code can use it without needing to recompile everything and having a mirror of this repo?
Would be very appreciated. thanks!