Added decoding from morse text

This commit is contained in:
ghaisan
2024-10-04 01:12:51 +07:00
parent b92f3c5b59
commit ba8eac6bde
4 changed files with 110 additions and 10 deletions
+1 -1
View File
@@ -32,5 +32,5 @@ fn main() {
```
## TODO
- Decode morse from string and sound
- Decode morse from sound
- Add proper rust like error return types