If you are new to programming or Rust or you just want to learn how to build your text editor but are not sure how to, this tutorial is just right for you. We will build our editor from scratch so you will get to learn a lot. I’ll explain each step along the way to make understanding a lot easier. It is less than 1000 lines of code and it implements all the basic features you expect in a minimal e

