From 0ef9699d558eb6c49b2b5d67f452e02b2f533cab Mon Sep 17 00:00:00 2001 From: Nacho Munoz Date: Thu, 5 Sep 2019 12:35:05 +0100 Subject: [PATCH] Add bollard to the network programming section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d4cb83..56335d1 100644 --- a/README.md +++ b/README.md @@ -1184,7 +1184,9 @@ See also [Are we game yet?](http://arewegameyet.com) * [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org/) bindings [](https://travis-ci.org/erickt/rust-zmq) * CoAP * [Covertness/coap-rs](https://github.com/Covertness/coap-rs) — A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library for Rust. [](https://travis-ci.org/Covertness/coap-rs) - +* Docker + * [fussybeaver/bollard](https://github.com/fussybeaver/bollard) - Docker daemon API in Rust + ### Parsing * [Geal/nom](https://github.com/Geal/nom) — parser combinator library [](https://travis-ci.org/Geal/nom)