Skip to content

ThibautGeriz/rustor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Toy text editor in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages