From c71a3716baa35a132daa4936facc109c03c1a1ce Mon Sep 17 00:00:00 2001 From: Vladislav Golub Date: Thu, 9 Jan 2020 22:23:18 +0300 Subject: [PATCH] Add README with badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..560c9de --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +minecraft-protocol +============ +[![crates.io](https://img.shields.io/crates/v/minecraft-protocol.svg)](https://crates.io/crates/minecraft-protocol) +[![Build Status](https://travis-ci.com/eihwaz/minecraft-protocol.svg?branch=master)](https://travis-ci.com/eihwaz/minecraft-protocol) +[![codecov](https://codecov.io/gh/eihwaz/minecraft-protocol/branch/master/graph/badge.svg)](https://codecov.io/gh/eihwaz/minecraft-protocol) + +Library for decoding and encoding Minecraft packets