libmodbus-rs 0.4.1

Binding to libmodbus. Libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection. http://libmodbus.org/
docs.rs failed to build libmodbus-rs-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libmodbus-rs-0.8.3

libmodbus-rs

libmodbus bindings for Rust Build Status Build status

Homepage |  Documentation |  original libmodbus Documentation |  Repo auf Github.com |

[dependencies]
libmodbus = "0.4"

Building libmodbus-rs

For building libmodbus-rs you need a build environment with autoconf, libtool and clang.

Under debian/ ubuntu you can use this command to install this dependencies:

apt-get update
apt-get upgrade -yq
# Build tools
apt-get install -yyq build-essential autoconf libtool libclang-dev
$ git clone https://github.com/zzeroo/libmodbus-rs
$ cd libmodbus-rs
$ cargo build

License

libmodbus-rs is distributed under the terms of the LGPL-2.1 license, which is the same license, libmodbus is using.

Links

This project hosts the original libmodbus documentation, used here, as well. Please have a look at http://zzeroo.github.io/libmodbus-rs/libmodbus/libmodbus.html.