mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-28 15:00:28 +00:00
workshop: add build your own text editor in Rust (#44)
This commit is contained in:
parent
9e3b6d178f
commit
8c143f31d9
1 changed files with 17 additions and 1 deletions
|
@ -169,6 +169,22 @@
|
||||||
"free": true,
|
"free": true,
|
||||||
"category": "workshop"
|
"category": "workshop"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Hecto: Build your own text editor in Rust",
|
||||||
|
"url": "https://www.flenker.blog/hecto/",
|
||||||
|
"description": "This is a series of blog posts that shows you how to build a text editor in Rust",
|
||||||
|
"tags": [
|
||||||
|
"project",
|
||||||
|
"learning",
|
||||||
|
],
|
||||||
|
"official": false,
|
||||||
|
"year": 2019,
|
||||||
|
"difficultyLevel": "all",
|
||||||
|
"duration": "variable",
|
||||||
|
"interactivityLevel": "high",
|
||||||
|
"free": true,
|
||||||
|
"category": "workshop"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Build your own JIRA with Rust",
|
"title": "Build your own JIRA with Rust",
|
||||||
"url": "https://github.com/LukeMathWalker/build-your-own-jira-with-rust/",
|
"url": "https://github.com/LukeMathWalker/build-your-own-jira-with-rust/",
|
||||||
|
@ -1149,4 +1165,4 @@
|
||||||
"free": true,
|
"free": true,
|
||||||
"category": "forum"
|
"category": "forum"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue