From 6b1c62e7af3a19bd7c2c146ed6b0f2cac0a9d9bd Mon Sep 17 00:00:00 2001 From: Tethys Svensson Date: Mon, 3 Jan 2022 11:08:31 +0100 Subject: [PATCH] Add some more shields (#34) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bbb2052e..72185ad6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Planus – alternative flatbuffer implementation =============================================== [![Build Status](https://github.com/TethysSvensson/planus/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/TethysSvensson/planus/actions/workflows/rust.yml) +![Rustc Version 1.57+](https://img.shields.io/badge/rustc-1.57+-lightgray.svg) +[![License](https://img.shields.io/crates/l/planus)](https://crates.io/crates/planus) +[![Crates.io](https://img.shields.io/crates/v/planus)](https://crates.io/crates/planus) +[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/planus) + Planus is an alternative compiler for [flatbuffers](https://google.github.io/flatbuffers/), an efficient cross platform serialization library.