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 1/2] 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` From 35a45d6e9a8b25e732832ed23882f39dfba0d5ff Mon Sep 17 00:00:00 2001 From: Jeffrey Milberger Date: Thu, 7 Jul 2022 17:55:19 -0500 Subject: [PATCH 2/2] Remove Web Search Engine dangling hashlink Removes the markdown link to the section that is no longer --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 72cdbe5..3dfb835 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [Text Editor](#build-your-own-text-editor) * [Visual Recognition System](#build-your-own-visual-recognition-system) * [Voxel Engine](#build-your-own-voxel-engine) -* [Web Search Engine](#build-your-own-web-search-engine) * [Web Server](#build-your-own-web-server) * [Uncategorized](#uncategorized)