From bec43eace2798c8e8013c0f60e4f84fd8cb4f287 Mon Sep 17 00:00:00 2001 From: Paulden <67539676+guuzaa@users.noreply.github.com> Date: Sat, 18 Jun 2022 09:56:13 +0800 Subject: [PATCH] Add tutorial for building a Rust Text Editor. Link to the link -- https://www.philippflenker.com/hecto/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07665e3..84d568f 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Python**: _Python Tutorial: Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video] * [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/) * [**Ruby**: _Build a Collaborative Text Editor Using Rails_](https://blog.aha.io/text-editor/) +* [**Rust**: _Hecto: Build your own text editor in Rust_ ](https://www.philippflenker.com/hecto/) #### Build your own `Visual Recognition System`