motorcortex-rust 0.5.0

Motorcortex Rust: a Rust client for the Motorcortex Core real-time control system (async + blocking).
Documentation
1
2
3
4
5
6
7
8
mod connection_manager;
mod connection_options;
mod pipe_event;

pub use connection_manager::ConnectionManager;
pub use connection_options::ConnectionOptions;
pub use pipe_event::PipeEvent;
pub(crate) use pipe_event::PipeEventHandler;