https://github.com/mblode/rim
Minimal text editor written in Rust
https://github.com/mblode/rim
rust text-editor
Last synced: about 1 year ago
JSON representation
Minimal text editor written in Rust
- Host: GitHub
- URL: https://github.com/mblode/rim
- Owner: mblode
- License: mit
- Created: 2021-01-12T03:58:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T02:36:19.000Z (about 5 years ago)
- Last Synced: 2025-03-24T10:22:05.749Z (about 1 year ago)
- Topics: rust, text-editor
- Language: Rust
- Homepage: https://www.philippflenker.com/hecto/
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
RIM
Minimal text editor written in Rust
RIM is a text editor built in Rust. It’s a re-implementation of [kilo](http://antirez.com/news/108) in Rust, as outlined in this [fantastic tutorial](https://viewsourcecode.org/snaptoken/kilo/index.html). Same as the original booklet, these blog posts guide you through all the steps to build a basic text editor, Rim.
## Inspiration
https://www.philippflenker.com/hecto/