From de9bf838e95d88bc7842e204c3c38ad674e1ed94 Mon Sep 17 00:00:00 2001 From: lemunozm Date: Thu, 15 Apr 2021 21:58:54 +0200 Subject: [PATCH] Added bymeacoffee --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 623a2551..b54bd268 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![](https://img.shields.io/crates/l/message-io)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![](https://img.shields.io/crates/d/message-io)](https://crates.io/crates/message-io) [![](https://img.shields.io/github/workflow/status/lemunozm/message-io/message-io%20ci)](https://github.com/lemunozm/message-io/actions?query=workflow%3A%22message-io+ci%22) +[![](https://img.shields.io/badge/bymeacoffee-donate-yellow)](https://www.buymeacoffee.com/lemunozm) # message-io @@ -18,6 +19,8 @@ It also allows you to make an adapter for your own transport protocol following If you find a problem using the library or you have an improvement idea, do not hesitate to open an issue. **Any contribution is welcome!** +And remember, more [caffeine](https://www.buymeacoffee.com/lemunozm), more productive! + ## Motivation Managing sockets is hard because you need to fight with threads, concurrency, full duplex, encoding, IO errors that come from the OS (which are really difficult to understand in some situations), etc.