From f9c3cbd00e890382df7f981731e6ca7058ab9d53 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Fri, 26 Nov 2021 15:14:14 +0100 Subject: [PATCH 1/2] Add Network programming / Bluetooth / bluer Criteria for adding: BlueR was called BLEZ and located at https://github.com/surban/blez before it became the official Rust binding for BlueZ and moved to their GitHub organization. Together the old and new repository have 40 + 28 = 68 stars. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a22ffa7..1cb2720 100644 --- a/README.md +++ b/README.md @@ -1264,6 +1264,8 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Network programming +* Bluetooth + * [bluez/bluer](https://github.com/bluez/bluer) [[bluer](https://crates.io/crates/bluer)] — Official BlueZ bindings for Rust. [![build badge](https://github.com/bluez/bluer/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/bluez/bluer/actions/workflows/rust.yml) * CoAP * [Covertness/coap-rs](https://github.com/Covertness/coap-rs) — A [Constrained Application Protocol(CoAP)](https://datatracker.ietf.org/doc/html/rfc7252) library for Rust. [![build badge](https://api.travis-ci.org/Covertness/coap-rs.svg?branch=master)](https://travis-ci.org/Covertness/coap-rs) * Docker From 46adf5b6dd707f92149537d8b481301dc07e3901 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Mon, 7 Feb 2022 10:18:53 +0000 Subject: [PATCH 2/2] Fix whitespace issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 437ecd6..211192d 100644 --- a/README.md +++ b/README.md @@ -1285,7 +1285,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Network programming * Bluetooth - * [bluez/bluer](https://github.com/bluez/bluer) [[bluer](https://crates.io/crates/bluer)] — Official BlueZ bindings for Rust. [![build badge](https://github.com/bluez/bluer/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/bluez/bluer/actions/workflows/rust.yml) + * [bluez/bluer](https://github.com/bluez/bluer) [[bluer](https://crates.io/crates/bluer)] — Official BlueZ bindings for Rust. [![build badge](https://github.com/bluez/bluer/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/bluez/bluer/actions/workflows/rust.yml) * CoAP * [Covertness/coap-rs](https://github.com/Covertness/coap-rs) — A [Constrained Application Protocol(CoAP)](https://datatracker.ietf.org/doc/html/rfc7252) library for Rust. [![build badge](https://api.travis-ci.org/Covertness/coap-rs.svg?branch=master)](https://travis-ci.org/Covertness/coap-rs) * Docker