summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-24 11:06:59 +0200
committerYuval Adam <_@yuv.al>2025-06-24 11:06:59 +0200
commit0357929946dbaa437637d75310a6e819481a5925 (patch)
tree918429cf942e0d1a49e026d528c73adc8aa00b54 /README.md
parentb9e321ff444970998a43cbf581648b3a15111804 (diff)
Add CI and some clippy cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index b75013a..a19d4ae 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# ditdah - Morse Code Decoder
+[![CI](https://github.com/yuvadm/ditdah/workflows/CI/badge.svg)](https://github.com/yuvadm/ditdah/actions)
+[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
+
A high-performance Rust implementation of a Morse code decoder that can process WAV audio files and decode them into text with **100% accuracy** on the comprehensive test suite.
## Features