Skip to content

Commit

Permalink
Added badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Nov 11, 2024
1 parent 0afad66 commit 2848385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Weekdays

![Rust](https://img.shields.io/badge/Rust-1.81%2B-b7410e?style=flat&logo=rust&logoColor=white&labelColor=b7410e)
[![Crate version](https://img.shields.io/crates/v/weekdays?style=flat)](https://crates.io/crates/weekdays)
[![CI](https://img.shields.io/github/actions/workflow/status/danwilliams/weekdays/ci.yml?style=flat&logo=github&logoColor=white&label=build%2Ftest)](/~https://github.com/danwilliams/weekdays/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/docsrs/weekdays?style=flat&logo=docs.rs&logoColor=white)](https://docs.rs/crate/weekdays/latest)
![License](https://img.shields.io/github/license/danwilliams/weekdays?style=flat)

The Weekdays crate provides a simple [`Weekdays`](https://docs.rs/weekdays/latest/weekdays/struct.Weekdays.html)
type for representing days of the week bit-mapped in a single byte, and
functionality for working with them.
Expand Down

0 comments on commit 2848385

Please sign in to comment.