Skip to main content

Crate mbus_async

Crate mbus_async 

Source
Expand description

Async facade for the Modbus client and server stacks.

§⚠️ Obsolete Notice

The mbus-async crate is obsolete and consolidated into mbus_server_async and mbus_client_async. mbus-async will be removed in the near future. Please migrate to using mbus_server_async and mbus_client_async directly.

This crate re-exports its public API from internal submodules. The full implementation lives in internal module files.

Re-exports§

pub use client::*;

Modules§

client
Async client module.