Skip to content

Commit 377b896

Browse files
cargo's and readme's aligned (#39)
1 parent 86bbb29 commit 377b896

File tree

14 files changed

+19
-20
lines changed

14 files changed

+19
-20
lines changed

rustecal-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-core"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Core API for Eclipse eCAL"

rustecal-core/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# rustecal-core
22

3-
**Idiomatic Rust API for Eclipse eCAL**
4-
53
`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).
64

7-
---
8-
95
## Features
106

117
- **Core Initialization & Lifecycle**: Initialize, finalize, retrieve version information, component selection via `EcalComponents` bitflags.

rustecal-pubsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-pubsub"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Publish/Subscribe API for Eclipse eCAL"

rustecal-pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Requirements
1313

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

1717
## Installation
1818

rustecal-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-service"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Server/Client API for Eclipse eCAL"

rustecal-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
## Requirements
1313

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

1717
## Installation
1818

rustecal-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-sys"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
build = "build.rs"

rustecal-sys/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# rustecal-sys
22

3-
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.
4-
5-
---
3+
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.
64

75
## Features
86

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

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

rustecal-types-bytes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-types-bytes"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Vec<u8> type support for rustecal TypedPublisher/TypedSubscriber"

rustecal-types-protobuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-types-protobuf"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Google Protobuf type support for rustecal TypedPublisher/TypedSubscriber"

0 commit comments

Comments
 (0)