Skip to content

Commit

Permalink
docs: add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Leadbetter committed Jan 19, 2025
1 parent 4151a75 commit 9d59452
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 @@
# 🎹 MIDI2 🎹

![crates.io](https://img.shields.io/crates/v/midi2.svg)
![docs.rs](https://docs.rs/midi2/badge.svg)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)

Ergonomic, versatile, strong types wrapping MIDI 2.0 message data.

This implementation of MIDI 2.0 is based on the 1.1 revision of the specifications.
Expand Down

0 comments on commit 9d59452

Please sign in to comment.