Docs.rs
rusty-modbus-server-0.1.0
rusty-modbus-server 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jscott3201
Dependencies
bytes ^1
normal
parking_lot ^0.12
normal
rusty-modbus-codec ^0.1.0
normal
rusty-modbus-frame ^0.1.0
normal
rusty-modbus-tcp ^0.1.0
normal
rusty-modbus-types ^0.1.0
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1.44
normal
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module server
rusty_
modbus_
server
0.1.0
Module server
Module Items
Structs
In crate rusty_
modbus_
server
rusty_modbus_server
Module
server
Copy item path
Source
Expand description
ModbusServer
— async Modbus server with pluggable data store.
Structs
§
Modbus
Server
Async Modbus server, generic over the data store implementation.