Merge pull request #751 from guuzaa/rust-text-editor-hecto

Add tutorial for building a Rust Text Editor.
This commit is contained in:
Paul Kuruvilla 2022-08-04 19:23:29 +08:00 committed by GitHub
commit be9acbf75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,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`