Text editor in rust
This is a pet project to learn RUST, use at your own risk (they should be limited)
curl https://sh.rustup.rs -sSf | sh
rustup component add clippy
rustup component add rustfmt
cargo build # compile
cargo run # run the binary
cargo test # run the tests
cargo fmt # format the code
cargo clippy # run the linter