From 141f486be6e8360a40e8c937d9236295d7313d2b Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 5 Feb 2024 23:38:37 +0100 Subject: [PATCH] fix trailing comma --- README.md | 7 ++----- resources.json | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c34182..9048b44 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ See `CONTRIBUTING.md` for more information. [![Check Links](https://github.com/mre/idiomatic-rust/workflows/Check%20Links/badge.svg)](https://github.com/mre/idiomatic-rust/actions/workflows/check_links.yml) -This repository collects resources for writing clean, idiomatic Rust code. -You can find a sortable/searchable version of this list [here](https://corrode.dev/idiomatic-rust/). - +This repository collects resources for writing clean, idiomatic Rust code. [Please bring your own.](https://github.com/mre/idiomatic-rust/blob/master/CONTRIBUTING.md) :blush: > *Idiomatic* coding means following the conventions of a given language. It is > the most concise, convenient, and common way of accomplishing a task in that @@ -17,8 +15,6 @@ You can find a sortable/searchable version of this list [here](https://corrode.d > from a different language. - Adapted from [Tim > Mansfield](https://github.com/tim-hr/stuff/wiki/Idiomatic-coding) -Contributions welcome! To add missing resources, [please refer to the contributing documentation](https://github.com/mre/idiomatic-rust/blob/master/CONTRIBUTING.md). - ## ⚙ Projects * [blessed.rs](https://blessed.rs/) — An unofficial guide to the Rust ecosystem. Suggestions for popular, well-maintained crates. @@ -36,6 +32,7 @@ Contributions welcome! To add missing resources, [please refer to the contributi * [Build your own JIRA with Rust](https://github.com/LukeMathWalker/build-your-own-jira-with-rust/) — A test-driven workshop to learn Rust by building your own JIRA clone! * [Comprehensive Rust](https://github.com/google/comprehensive-rust) — A four day Rust course developed by the Android team, covering all aspects of Rust. * [Ferrous Systems Teaching Material](https://ferrous-systems.github.io/teaching-material/index.html) — Free workshop material produced by Ferrous Systems for trainings. +* [Hecto: Build your own text editor in Rust](https://www.flenker.blog/hecto/) — This is a series of blog posts that shows you how to build a text editor in Rust * [PingCAP talent plan](https://github.com/pingcap/talent-plan) — A series of training courses about writing distributed systems in Rust. * [Procedural Macros Workshop](https://github.com/dtolnay/proc-macro-workshop) — A selection of projects designed to learn to write Rust procedural macros. * [Rust 101](https://101-rs.tweede.golf/) — A Rust University course by tweede golf. diff --git a/resources.json b/resources.json index 411ac56..cdd6597 100644 --- a/resources.json +++ b/resources.json @@ -175,7 +175,7 @@ "description": "This is a series of blog posts that shows you how to build a text editor in Rust", "tags": [ "project", - "learning", + "learning" ], "official": false, "year": 2019, @@ -1182,4 +1182,4 @@ "free": true, "category": "talk" } -] +] \ No newline at end of file