Go to file
Nathan Vegdahl 3d8eaefa6b Added a lot of single-byte text encodings to text_encoding sub-crate.
They are largely auto-generated from text-based tables from the
WHATWG encoding standard.  Most of them are still not available
in the code itself, but they are generating correctly, and exposing
them is just a matter of boiler plate.
2018-08-23 02:29:58 -07:00
src Run rustfmt. No functional changes. 2018-08-17 20:36:24 -07:00
sub_crates Added a lot of single-byte text encodings to text_encoding sub-crate. 2018-08-23 02:29:58 -07:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Added property testing for encoding round-tripping. 2018-08-20 22:30:39 -07:00
Cargo.toml WIP creating a clean frontend/backend separation. 2018-08-17 20:34:43 -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.