Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
348 changes: 0 additions & 348 deletions Cargo.lock

This file was deleted.

3 changes: 0 additions & 3 deletions Cargo.toml

This file was deleted.

13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ Incubation repository for interprocess communication framework

Examples can be built from examples directory by passing desired IPC adapter as feature.

For mock build:
For build:
```
inc_mw_com/com-api$ cargo run --example basic-consumer-producer --features "mock"
inc_mw_com/com-api$ cargo build --example basic-consumer-producer
```

For LoLa build:
For test:
```
inc_mw_com/com-api$ cargo run --example basic-consumer-producer --features "lola"
inc_mw_com/com-api$ cargo test --test basic-consumer-producer-test
```

For Build and Run:
```
inc_mw_com/com-api$ cargo run --example basic-consumer-producer
```
Loading