No description
Find a file
2026-04-12 16:43:52 +09:00
licenses Update licenses. 2026-04-11 12:26:24 +09:00
src Just directly pass app version to bpaf. 2026-04-01 10:21:55 +09:00
sub_crates Add initial area/pixel buffer implementations. 2026-04-12 16:43:52 +09:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Add initial naive font rendering infrastructure. 2026-04-11 11:57:45 +09:00
Cargo.toml Add initial naive font rendering infrastructure. 2026-04-11 11:57:45 +09:00
ideas.md More notes about how I want undo to work. 2020-01-31 20:18:12 +09:00
LICENSE.md Update licenses. 2026-04-11 12:26:24 +09:00
README.md Update licenses. 2026-04-11 12:26:24 +09:00

Led

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

License

See LICENSE.md for details. But the gist is:

  • The overall project is licensed under GPL v3.
  • Most crates under the sub_crates directory are dual-licensed under MIT and Apache 2.0 (but with some exceptions; see each sub-crate's LICENSE.md file for its respective licenses).

Contributing

This is a personal, experimental, for-fun project, and I am specifically not looking for contributions of any kind. All PRs will be rejected without review.

However, feel free to fork this into an entirely new project, or examine the code for ideas for a project of your own.