led/README.md

30 lines
786 B
Markdown

# Led
Led is a humble and simple console-based text editor, written in
[Rust](https://www.rust-lang.org) and using
[Ropey](https://crates.io/crates/ropey) as its text buffer.
## License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
Copyright © 2022 Nathan Vegdahl.
## 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.