libmodbus-rs 0.8.3

libmodbus bindings for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
from base/archlinux

RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm \
  autoconf \
  clang39 \
  git \
  libtool \
  make
  
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y

RUN git clone https://github.com/zzeroo/libmodbus-rs.git
RUN cd libmodbus-rs && \
  . ~/.profile && \
  cargo test