Skip to content
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
2 changes: 1 addition & 1 deletion rustecal-pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-pubsub"
version = "0.1.0"
version = "0.1.1"
authors = ["Rex Schilasky"]
edition = "2021"
description = "Publish/Subscribe API for Eclipse eCAL"
Expand Down
5 changes: 5 additions & 0 deletions rustecal-pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
- **Support for arbitrary message types** implementing the `PublisherMessage` and `SubscriberMessage` traits
- **Metadata propagation**: topics carry encoding, type name, and optional descriptor

## Requirements

- **Rust** 1.60 or later
- **eCAL** C/C++ library v6.0 or later installed and accessible on your system

## Installation

Add to your `Cargo.toml`:
Expand Down