From 2e7d323e1a25f50c2a7e21e62427fce160db4022 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 24 Apr 2018 09:34:38 -0700 Subject: [PATCH] add r2d2 example link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01b724240..ed818d950 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ fn main() { * [Tera](https://github.com/actix/examples/tree/master/template_tera/) / [Askama](https://github.com/actix/examples/tree/master/template_askama/) templates * [Diesel integration](https://github.com/actix/examples/tree/master/diesel/) +* [r2d2](https://github.com/actix/examples/tree/master/r2d2/) * [SSL / HTTP/2.0](https://github.com/actix/examples/tree/master/tls/) * [Tcp/Websocket chat](https://github.com/actix/examples/tree/master/websocket-chat/) * [Json](https://github.com/actix/examples/tree/master/json/)