From 8d78ce812512729fafca838a8f9b1f5724b5f40f Mon Sep 17 00:00:00 2001 From: David Cosby <70235806+DavJCosby@users.noreply.github.com> Date: Sat, 28 Sep 2024 18:16:45 -0600 Subject: [PATCH] crates.io and docs.rs shields --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ed6e6c..4c9b0e9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Crates.io](https://img.shields.io/crates/v/spatial_led.svg)](https://crates.io/crates/spatial_led) +[![Downloads](https://img.shields.io/crates/d/spatial_led.svg)](https://crates.io/crates/spatial_led) +[![Docs](https://docs.rs/spatial_led/badge.svg)](https://docs.rs/spatial_led/latest/spatial_led/) [![Build and Run Tests](https://github.com/DavJCosby/sled/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/DavJCosby/sled/actions/workflows/rust.yml) # Spatial LED (Sled) @@ -378,4 +381,4 @@ loop { } ``` -If you don't need the Scheduler struct and would like to keep spin_sleep's dependencies out of your project, you can disable the `scheduler` compiler feature. \ No newline at end of file +If you don't need the Scheduler struct and would like to keep spin_sleep's dependencies out of your project, you can disable the `scheduler` compiler feature.