From 41f6a649343e8baeb3cf357219bdb895a4fc3fdf Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 8 Nov 2019 16:29:33 +0100 Subject: [PATCH] Add Rust: Build your own text editor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc307af..cc0680d 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ * [**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**: _Build Your Own Text Editor_](https://www.philippflenker.com/hecto/) #### Build your own `Visual Recognition System`