Rustecal – rust bindings for eclipse-ecal IPC

Hi Rustaceans,

I recently created rustecal, a Rust binding for the C++ high-performance IPC framework Eclipse-eCAL. My goal was to make it modular, idiomatic, and user-friendly. As I'm relatively new to Rust (started early this year), I’d appreciate your feedback!

Specifically, I'd love input on:

  • project structure (crates)
  • documentation
  • API design (usability, idiomatic patterns, error handling)

Any advice or suggestions are highly appreciated! Thank you in advance.