Go to file
Nathan Vegdahl 0a309fab1a Made the screen buffer implemention way faster.
It's in a pretty good place now, I think.  Although its memory
usage could be improved with a small string type.
2017-12-31 19:40:45 -08:00
src Made the screen buffer implemention way faster. 2017-12-31 19:40:45 -08:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock WIP switching from Rustbox to Termion for terminal handling. 2017-12-31 16:55:27 -08:00
Cargo.toml WIP switching from Rustbox to Termion for terminal handling. 2017-12-31 16:55:27 -08:00
LICENSE.txt Added a copyright license. 2015-01-21 20:41:01 -08:00
readme.md Version bump and updated readme. 2017-12-31 03:12:21 -08:00
todo.md Finished converting codebase back to plain Rope's. 2015-02-22 18:13:10 -08:00

Led

Led is a humble and simple console-based text editor, written in Rust and using Ropey as its text buffer.