From c05b9608f01c19378efff204a9585c09f80ac188 Mon Sep 17 00:00:00 2001 From: Markus Kohlhase Date: Wed, 28 Mar 2018 15:55:58 +0200 Subject: [PATCH] add tokio-modbus library --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e186f64..61ba661 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Graph processing](#graph-processing) - [GUI](#gui) - [Image processing](#image-processing) + - [Industrial automation](#industrial-automation) - [Language specification](#language-specification) - [Logging](#logging) - [Machine learning](#machine-learning) @@ -146,6 +147,8 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [Twinklebear/tray_rust](https://github.com/Twinklebear/tray_rust) — a ray tracer [](https://travis-ci.org/Twinklebear/tray_rust) * **Image processing** * [spejss/Image-Processing-CLI-in-Rust](https://github.com/spejss/Image-Processing-CLI-in-Rust) — CLI for processing images, generating histograms. [![Build Status](https://api.travis-ci.org/spejss/Image-Processing-CLI-in-Rust.svg?branch=master)](https://travis-ci.org/spejss/Image-Processing-CLI-in-Rust) +* **Industrial automation** + * [slowtec/tokio-modbus](https://github.com/slowtec/tokio-modbus) - A [tokio](https://tokio.rs)-based [modbus](http://modbus.org) library. [![Build Status](https://api.travis-ci.org/slowtec/tokio-modbus.svg?branch=master)](https://travis-ci.org/slowtec/tokio-modbus) * **Operating systems**, see also [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison) * [redox-os/redox](https://github.com/redox-os/redox) — [](https://travis-ci.org/redox-os/redox) * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [](https://travis-ci.org/thepowersgang/rust_os)