mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-21 19:43:04 +00:00
fix trailing comma
This commit is contained in:
parent
5c68bc385b
commit
141f486be6
2 changed files with 4 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Reference in a new issue