zenoh in Rust implement a zero-copy shared memory transport. See examples of use: - [zn_pub_shm.rs](https://github.com/eclipse-zenoh/zenoh/blob/9de48132a8780f853f0de38ab564a57b2687c968/zenoh/examples/zenoh-net/zn_pub_shm.rs) - [zn_sub_shm.rs](https://github.com/eclipse-zenoh/zenoh/blob/9de48132a8780f853f0de38ab564a57b2687c968/zenoh/examples/zenoh-net/zn_sub_shm.rs) We need to make this transport also accessible from the zenoh Python API.