Skip to content

vruss/Hecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hecto

A text editor written in Rust!


This is a personal project mainly to learn Rust by implementing a text editor. I'm follow the Hecto guide written by Philipp Flenker mentioned below in the sources. My goal is to learn a thing or two about writing idiomatic rust code, and finish the guided project. I'd also like to extend the editor in the future with stuff I find missing.


Progress: Chapter 4, Scrolling

Compiling and running

Clone the repository and make sure to install Rust with Rustup. You can compile and run the program by typing cargo run [filename] on the commandline.

Sources

About

A text editor written in Rust!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages