An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

RIM




Minimal text editor written in Rust





Crates.io version



Download



docs.rs docs




API Docs

|

Contributing

|

Repo


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/