From 40a280de40d16ac325e8c6361d4cb8930d42f862 Mon Sep 17 00:00:00 2001 From: YuhanLiin Date: Sun, 14 Jul 2024 02:37:47 -0400 Subject: [PATCH] Add badges to READMEs --- README.md | 4 ++++ micropb-gen/README.md | 3 +++ micropb/README.md | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 4c56a0a..803ee64 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/YuhanLiin/micropb/ci.yml) +![docs.rs](https://img.shields.io/docsrs/micropb) +![Crates.io Version](https://img.shields.io/crates/v/micropb) + # Micropb `micropb` is a [Rust](https://www.rust-lang.org/) implementation of the [Protobuf](https://protobuf.dev/) format, with a focus on embedded environments. `micropb` generates a Rust module from `.proto` files. diff --git a/micropb-gen/README.md b/micropb-gen/README.md index 35d9ab9..c0078e0 100644 --- a/micropb-gen/README.md +++ b/micropb-gen/README.md @@ -1,3 +1,6 @@ +![docs.rs](https://img.shields.io/docsrs/micropb-gen) +![Crates.io Version](https://img.shields.io/crates/v/micropb-gen) + # micropb-gen `micropb-gen` compiles `.proto` files into Rust. It is intended to be used inside `build.rs` for build-time code generation. diff --git a/micropb/README.md b/micropb/README.md index 4c56a0a..803ee64 100644 --- a/micropb/README.md +++ b/micropb/README.md @@ -1,3 +1,7 @@ +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/YuhanLiin/micropb/ci.yml) +![docs.rs](https://img.shields.io/docsrs/micropb) +![Crates.io Version](https://img.shields.io/crates/v/micropb) + # Micropb `micropb` is a [Rust](https://www.rust-lang.org/) implementation of the [Protobuf](https://protobuf.dev/) format, with a focus on embedded environments. `micropb` generates a Rust module from `.proto` files.