Go to file
Nathan Vegdahl 066f0b03cf Indentation detection can now detect arbitrary space counts.
It was using a fixed-size array before, but now is using a
HashMap.  This is technically slower, but it's such a negligible
part of the runtime to begin with that it doesn't matter.
2018-01-01 15:01:19 -08:00
src Indentation detection can now detect arbitrary space counts. 2018-01-01 15:01:19 -08:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Using a smallstring implementation inside the screen buffer. 2017-12-31 20:05:00 -08:00
Cargo.toml Using a smallstring implementation inside the screen buffer. 2017-12-31 20:05:00 -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.