From 2b7b497dfe7d816c776984129b18744974200ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ma=C4=87kowski?= Date: Mon, 15 Dec 2025 12:10:58 +0000 Subject: [PATCH] docs: add more badges to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9776d90..2fb2714 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # dtoolkit +[![Rust CI](https://github.com/google/dtoolkit/actions/workflows/rust.yml/badge.svg)](https://github.com/google/dtoolkit/actions/workflows/rust.yml) +[![crates.io](https://img.shields.io/crates/v/dtoolkit.svg)](https://crates.io/crates/dtoolkit) +[![Documentation](https://docs.rs/dtoolkit/badge.svg)](https://docs.rs/dtoolkit) + A library for parsing and manipulating Flattened Device Tree (FDT) blobs. This library provides a comprehensive API for working with FDTs, including: