Skip to content

Commit

Permalink
Add badges to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 14, 2024
1 parent 9783898 commit 40a280d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions micropb-gen/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions micropb/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 40a280d

Please sign in to comment.