| Crates.io | morsify |
| lib.rs | morsify |
| version | 0.2.0 |
| created_at | 2024-09-04 16:09:23.971199+00 |
| updated_at | 2025-11-18 18:01:33.226203+00 |
| description | Easily convert text to Morse code and vice versa. |
| homepage | |
| repository | https://github.com/martial-plains/morsify |
| max_upload_size | |
| id | 1363493 |
| size | 51,031 |
Morsify is a Rust crate designed for encoding and decoding Morse code. It provides a flexible and efficient way to convert text to Morse code and vice versa, with customizable options for different Morse code representations and character sets.
Options struct now includes a character_set_order field, allowing you to define the order in which character sets are used during encoding and decoding.get_characters function has been refactored to support a custom order and to allow set-specific customizations (e.g., adding a separator to the Latin set).To use Morsify, add it to your Cargo.toml:
[dependencies]
morsify = "0.2.0"