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-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-core"
version = "0.1.2"
version = "0.1.3"
authors = ["Rex Schilasky"]
edition = "2021"
description = "Core API for Eclipse eCAL"
Expand Down
4 changes: 0 additions & 4 deletions rustecal-core/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# rustecal-core

**Idiomatic Rust API for Eclipse eCAL**

`rustecal-core` provides high-level Rust abstractions for eCAL’s pub/sub and service/client patterns, built on top of the low-level FFI bindings in [`rustecal-sys`](https://crates.io/crates/rustecal-sys).

---

## Features

- **Core Initialization & Lifecycle**: Initialize, finalize, retrieve version information, component selection via `EcalComponents` bitflags.
Expand Down
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.3"
version = "0.1.4"
authors = ["Rex Schilasky"]
edition = "2021"
description = "Publish/Subscribe API for Eclipse eCAL"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Requirements

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

## Installation

Expand Down
2 changes: 1 addition & 1 deletion rustecal-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-service"
version = "0.1.0"
version = "0.1.1"
authors = ["Rex Schilasky"]
edition = "2021"
description = "Server/Client API for Eclipse eCAL"
Expand Down
4 changes: 2 additions & 2 deletions rustecal-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

## Requirements

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

## Installation

Expand Down
2 changes: 1 addition & 1 deletion rustecal-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-sys"
version = "0.1.2"
version = "0.1.3"
authors = ["Rex Schilasky"]
edition = "2021"
build = "build.rs"
Expand Down
6 changes: 2 additions & 4 deletions rustecal-sys/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# rustecal-sys

Low-level FFI bindings for the [eCAL](https://github.com/eclipse-ecal/ecal) C++ library, enabling Rust code to interface directly with eCAL’s core functionality.

---
Low-level FFI bindings for the [Eclipse eCAL](https://github.com/eclipse-ecal/ecal) C++ library, enabling Rust code to interface directly with eCAL’s core functionality.

## Features

Expand All @@ -13,4 +11,4 @@ Low-level FFI bindings for the [eCAL](https://github.com/eclipse-ecal/ecal) C++
## Requirements

- **Rust** 1.60 or later
- **eCAL** C/C++ library v6.0 or later installed and accessible on your system
- **Eclipse eCAL** C/C++ library v6.0 or later installed and accessible on your system
2 changes: 1 addition & 1 deletion rustecal-types-bytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-types-bytes"
version = "0.1.2"
version = "0.1.3"
authors = ["Rex Schilasky"]
edition = "2021"
description = "Vec<u8> type support for rustecal TypedPublisher/TypedSubscriber"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-types-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-types-protobuf"
version = "0.1.0"
version = "0.1.1"
authors = ["Rex Schilasky"]
edition = "2021"
description = "Google Protobuf type support for rustecal TypedPublisher/TypedSubscriber"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-types-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-types-serde"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "JSON/CBOR/MessagePack type support for rustecal TypedPublisher/TypedSubscriber"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-types-string/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-types-string"
version = "0.1.0"
version = "0.1.1"
authors = ["Rex Schilasky"]
edition = "2021"
description = "String type support for rustecal TypedPublisher/TypedSubscriber"
Expand Down
2 changes: 1 addition & 1 deletion rustecal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Meta-crate for rustecal: re-exports core, pubsub and service APIs"
license = "Apache-2.0"
Expand Down
5 changes: 5 additions & 0 deletions rustecal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ via Cargo feature flags.
| `pubsub` | `rustecal-pubsub` (optional) | (Typed) Publish/Subscribe API |
| `service` | `rustecal-service` (optional) | RPC-style Server/Client API |

## Requirements

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

## Installation

Add to your `Cargo.toml`:
Expand Down