From 5e00ee3261b425813be5a1baa25eadaaae7fbeec Mon Sep 17 00:00:00 2001 From: achary Date: Wed, 18 Jul 2018 21:32:11 +0100 Subject: [PATCH] Adding link to serial port library for Rust. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2670d37..71d73d6 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Text search](#text-search) - [Virtualization](#virtualization-1) - [Web programming](#web-programming) + - [Peripherals](#peripherals) - [Resources](#resources) - [License](#license) @@ -1081,6 +1082,11 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [cobalt-org/cobalt.rs](https://github.com/cobalt-org/cobalt.rs) - Static site generator written in Rust [](https://travis-ci.org/cobalt-org/cobalt.rs) * [FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs) — Static site generator from markdown files. * [quadrupleslap/leven](https://github.com/quadrupleslap/leven) [[leven](https://crates.io/crates/leven)] — a simple, parallelized blog generator. [](https://travis-ci.org/quadrupleslap/leven) + +### Peripherals + +* Serial Port + * [Susurrus/serialport-rs](https://github.com/Susurrus/serialport-rs) [[serialport](https://docs.rs/serialport/3.0.0/serialport/)] - A cross-platform library that provides access to a serial port ## Resources