fixed in memory bug

This commit is contained in:
ghaisanghaisan
2024-12-11 13:02:23 +07:00
parent 943eaa52cc
commit 8f49516979
4 changed files with 6 additions and 11 deletions
-9
View File
@@ -7,15 +7,6 @@ A simple Morse code translator written in Rust, with the ability to write Morse
- Translate text to Morse code and vice versa
- Generate WAV files from Morse code sequences
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
morse_rs = "0.1.4"
```
## Usage
Converts a string to morse then writes the encoded message into a wav file, specifying the pause times.