mbus-ffi 0.13.0

Native C FFI and browser WASM bindings for modbus-rs client APIs, with optional generated server bindings
Documentation
1
2
3
4
5
6
//! Public client constructors and request methods exposed to .NET via P/Invoke.

pub mod serial;
pub mod tcp;

pub use tcp::*;