/rustor

Toy text editor in rust

Primary LanguageRust

Rustor

Text editor in rust

This is a pet project to learn RUST, use at your own risk (they should be limited)

demo rustor

Requirements

Install RUST:

curl https://sh.rustup.rs -sSf | sh
rustup component add clippy
rustup component add rustfmt

Commands

cargo build # compile
cargo run # run the binary
cargo test # run the tests
cargo fmt # format the code
cargo clippy # run the linter