rustecal-sys

Crates.iorustecal-sys
lib.rsrustecal-sys
version0.1.5
created_at2025-05-24 12:53:54.627432+00
updated_at2025-08-25 21:07:23.148194+00
descriptionRaw FFI bindings to Eclipse eCAL C API
homepage
repositoryhttps://github.com/eclipse-ecal/rustecal
max_upload_size
id1687395
size25,031
Rex Schilasky (rex-schilasky)

documentation

https://docs.rs/rustecal-sys

README

rustecal-sys

Low-level FFI bindings for the Eclipse 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
  • Eclipse eCAL C/C++ library v6.0 or later installed and accessible on your system
Commit count: 196

cargo fmt