⚡ Blazing fast and memory safety 🦀 text-to-morse online service!
Our service strives to be very secure and transparent, so you must log in with a Yandex 💛 account to use it!
We don't share your data with anyone, or even store it, because we can afford it 🛸
Don't forget to fill in the env variables in .env file
To run your own instance:
- Install Docker
 - Build the image
 
docker build -t "text2morse" .- Run container
 
docker run -p 7674:7674 text2morse- 
Install Rust 1.75+
 - 
(Optional) Run for developing:
2.1. Install cargo watch:
cargo install cargo-watch
2.2. Run live server:
cargo watch -x run
 - 
Run for Production:
3.1. Build:
cargo build --release
3.2. Run a text2morse file:
./target/release/text2morse
 
idk what else to write, so here's a random pic.
Written with ❤️ & 🦀
