Skip to content

Commit 4557dde

Browse files
README.md added to rustecal-core (#22)
1 parent ae0d9cc commit 4557dde

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

rustecal-core/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# rustecal-core
2+
3+
**Idiomatic Rust API for Eclipse eCAL**
4+
5+
`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).
6+
7+
---
8+
9+
## Features
10+
11+
- **Core Initialization & Lifecycle**: Initialize, finalize, retrieve version information, component selection via `EcalComponents` bitflags.
12+
- **Configuration**: Flexible configuration via environment variables and builder patterns.
13+
- **Monitoring**: Inspect the eCAL runtime state including process, topic, and service/client details.
14+
- **Logging**: Emit and retrieve log messages at various severity levels.
15+
- **Error Handling**: Comprehensive `RustecalError` enum for FFI errors and internal issues.
16+
17+
## Requirements
18+
19+
- **Rust** 1.60 or later
20+
- **eCAL** C/C++ library v6.0 or later installed and accessible on your system
21+
- **rustecal-sys** v0.1.0 or later
22+
23+
## Installation
24+
25+
Add `rustecal-core` to your `Cargo.toml`:
26+
27+
```toml
28+
[dependencies]
29+
rustecal-core = "0.1.0"
30+
```

0 commit comments

Comments
 (0)