Experimental Rust bindings for the iceoryx IPC middleware.
Clone the repository with
git clone https://github.com/elBoberido/iceoryx-rs.git
To build the examples run
cargo build --all --examples
Open three terminals
- start RouDi target/iceoryx-install/bin/iox-roudi
- start the publisher target/debug/examples/publisher_simple
- start a subscriber target/debug/examples/subscriber_simple