You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-13Lines changed: 35 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
# libmodbus-rs
2
-
## [libmodbus](http://libmodbus.org/) bindings for Rust
1
+
# libmodbus
3
2
4
-
**This crate is an reduced version without active bindgen! I need this because our build system can not deliver rust and libclang. Please don't use in production and expect odd behavior.**
3
+
> This crate was renamed to just *libmodbus*. Before version 1.0.0 the name of the crate was libmodbus-rs.
4
+
5
+
## [libmodbus](http://libmodbus.org/) bindings for Rust
5
6
6
7
Libmodbus is a free software library to send and receive data with a device that respects the Modbus protocol. That crate contains the Rust bindings for the libmodbus library (written in C).
7
8
Like libmodbus self, this crate supports serial port and Ethernet connections for Modbus server and clients.
@@ -56,7 +58,7 @@ The examples in the examples directory show this.
56
58
57
59
## Building libmodbus-rs
58
60
59
-
The libmodbus ffi bindings (libmodbus-sys) are build using [bindgen][bindgen]. [Bindgen need Clang 3.9 or greater on your system.][bindgen-reg]
61
+
The libmodbus ffi bindings (libmodbus-sys) are build using [bindgen][bindgen]. [Bindgen need Clang 3.9 or greater on your system.][bindgen-requirements]
0 commit comments