mbus-client-async
Role-focused async Modbus client facade for the modbus-rs workspace.
This crate re-exports the client API from mbus-async::client and keeps the
existing mbus-async crate unchanged for backward compatibility.
Positioning
- Prefer this crate when you want an async client-only dependency.
mbus-asyncremains supported as the combined async client+server crate.
Usage
[]
= "0.9.0"
use AsyncTcpClient;
# async
Run the included quick-start example:
Features
This crate forwards all of its feature flags to mbus-async client-related
features (for example: network-tcp, serial-rtu, coils, registers,
traffic).