Skip to content
Merged
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
16 changes: 16 additions & 0 deletions rustecal-sys/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.

---

## Features

- **Rust FFI**: Safe Rust wrappers live in higher-level crates (`rustecal-core`), while `rustecal-sys` provides the raw `extern "C"` declarations.
- **Cross-platform**: Supports Linux, Windows, and macOS (provided the eCAL C/C++ library is installed for your platform).
- **Build script**: Auto-detects eCAL installations.

## Requirements

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