Go to file
Nathan Vegdahl f8a38111d4 Some nice performance improvements with a simple optimization.
We're now very close to being back to the performance levels
we were at before the new Ropey without built-in grapheme
support.
2018-07-05 18:43:17 -07:00
src Some nice performance improvements with a simple optimization. 2018-07-05 18:43:17 -07:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Some nice performance improvements with a simple optimization. 2018-07-05 18:43:17 -07:00
Cargo.toml Updated to ropey git master, and got everything working again. 2018-07-05 01:53:17 -07: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.