mbus-async 0.5.0

Async (Tokio) facade for the modbus-rs client stack
Documentation
1
2
3
4
5
6
7
8
9
10
#![warn(missing_docs)]

//! Async facade for the Modbus client stack.
//!
//! This crate re-exports its public API from internal submodules.
//! The full implementation lives in internal module files.

mod runtime;

pub use runtime::*;