This is a work-in-progress (WIP) program following Kofi Otuo's Medium articles series.
The aim of this project is to practice and deepen my Rust language skills.
I always wanted to write my own text editor, but earlier I lacked the expertise or time to do that.
- CLI text editor
- Written in Rust
At least Rust version, rustc 1.74.1
.
You can check with command: rustc --version
You will need the Rust language installed on your computer.
To do so, read the guide on Install Rust webpage.
Execute: cargo run
To build the optimized version, run: cargo build --release
Please see LICENSE file.
Started on 23rd December, 2023.