Skip to content

Commit

Permalink
fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Feb 5, 2024
1 parent 5c68bc3 commit 141f486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ 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
> language, rather than forcing it to work in a way the author is familiar with
> 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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -1182,4 +1182,4 @@
"free": true,
"category": "talk"
}
]
]

0 comments on commit 141f486

Please sign in to comment.