ivyrust 0.1.1

Rust bindings for Ivy messaging bus
Documentation
  • Coverage
  • 64.71%
    11 out of 17 items documented0 out of 11 items with examples
  • Size
  • Source code size: 43.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • paparazzi/ivy-rust
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • podhrmic

ivy-rust

Minimal Rust bindings for Ivy messaging bus

See http://www.eei.cena.fr/products/ivy/ for details about the Ivy messaging bus.

This library is work in progress. Currently it allows building a Rust application using Ivy bus. Implemented functions are:

  • ivy_bind_msg
  • ivy_change_msg
  • ivy_init
  • ivy_main_loop
  • ivy_send_msg
  • ivy_start
  • ivy_stop
  • ivy_unbind_msg

Examples

See https://github.com/podhrmic/ivy-rust/blob/master/src/main.rs for a sample program.