# iceoryx-rs **Repository Path**: lixiaoxmm/iceoryx-rs ## Basic Information - **Project Name**: iceoryx-rs - **Description**: 源-为了加速github下载github访问太忙了 原地址:https://github.com/eclipse-iceoryx/iceoryx-rs/tree/iox-%2315-adjust-to-iceoryx-v2.0 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/eclipse-iceoryx/iceoryx-rs - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-05 - **Last Updated**: 2022-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iceoryx-rs

Experimental rust wrapper for the [iceoryx](https://github.com/eclipse-iceoryx/iceoryx) IPC middleware. # clone and build The iceoryx repo is include as git submodule, therefore keep in mind to checkout with the `--recursive` option. ``` git clone https://github.com/elBoberido/iceoryx-rs.git --recursive ``` To build the examples run ``` cargo build --all --examples ``` # run the 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`