Docs.rs
modbus-mapping-0.4.0
modbus-mapping 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vladimirvrabely
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
optional
modbus-mapping-derive ^0.4.0
normal
rand_chacha ^0.3
normal
optional
rand_distr ^0.4
normal
optional
tokio ^1
normal
tokio-modbus ^0.13
normal
tokio-serial ^5.4
normal
optional
tokio-stream ^0.1
normal
optional
Versions
42.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
modbus_
mapping
0.4.0
Module codec
Module Items
Structs
Traits
Type Aliases
In crate modbus_
mapping
modbus_mapping
Module
codec
Copy item path
Source
Expand description
Utilities for encoding from and decoding to Modbus registers
Structs
§
Words
Count
Error
Traits
§
Decode
Decode a value from Big or Little Endian-ordered
Word
s.
Encode
Encode a value into Big or Little Endian-ordered
Word
s.
Type Aliases
§
Address
A Modbus protocol address is represented by 16 bit from
0
to
65535
.
Quantity
Number of items to process.
Word
16-bit value stored in Modbus register.