No description
- Rust 100%
| licenses | ||
| src | ||
| sub_crates | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| ideas.md | ||
| LICENSE.md | ||
| README.md | ||
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_cratesdirectory 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.