A Rust implementation of the Kilo text editor tutorial: https://viewsourcecode.org/snaptoken/kilo/index.html
Go to file
Timothy Warren 160b840151 Make Editor.rows a vector, cleanup some code and logic 2019-08-27 15:13:32 -04:00
src Make Editor.rows a vector, cleanup some code and logic 2019-08-27 15:13:32 -04:00
.gitignore Ugly progress commit 2019-08-22 14:25:18 -04:00
Cargo.lock Fill the screen with tilde lines 2019-08-23 16:46:04 -04:00
Cargo.toml Fill the screen with tilde lines 2019-08-23 16:46:04 -04:00
README.md Add readme 2019-08-26 16:43:58 -04:00

README.md

An experimental reimplementation of the Kilo tutorial with a Rust implementation.