Go to file
Nathan Vegdahl e810503e56 Slight tweak to the hash function.
The last swap isn't actually needed, and this makes the implementation
cleaner for different numbers of rounds if we want to tweak that
later.
2020-02-24 10:18:58 +09:00
src Move filepath into the Buffer struct. 2020-02-24 07:35:04 +09:00
sub_crates/backend Slight tweak to the hash function. 2020-02-24 10:18:58 +09:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Use git master branch of unicode-segmentation for now. 2020-02-16 22:27:52 +09:00
Cargo.toml Use git master branch of unicode-segmentation for now. 2020-02-16 22:27:52 +09:00
ideas.md More notes about how I want undo to work. 2020-01-31 20:18:12 +09: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

Led

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