modbus-bridge 0.3.2

Portable no_std Modbus RTU/TCP bridge — async and blocking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
   "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
   "packages": {
     ".": {
       "release-type": "rust",
       "bump-minor-pre-major": true,
       "skip": [],
       "extra-files": [
         "README.md",
         "src/lib.rs"
       ]
     }
   },
   "include-v-in-tag": true
}