An open API service indexing awesome lists of open source software.

https://github.com/appcypher/iceoryx2-ipc-test


https://github.com/appcypher/iceoryx2-ipc-test

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## `iceoryx2-ipc-test`

### Set Up

```sh
git clone https://github.com/appcypher/iceoryx2-ipc-test.git
```

```sh
cd iceoryx2-ipc-test
```

```sh
cargo build
```

### Examples

```sh
cargo run --bin test_pub_queue -- sub
```

```sh
cargo run --bin test_pub_queue -- pub
```