From fd55958eaf670c098c6de52d91358d2dc104878a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 5 Feb 2024 23:53:16 +0100 Subject: [PATCH] Mention rendered version --- render/templates/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/render/templates/README.md b/render/templates/README.md index 78ce9e4..00a96cb 100644 --- a/render/templates/README.md +++ b/render/templates/README.md @@ -7,7 +7,8 @@ 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. [Please bring your own.](https://github.com/mre/idiomatic-rust/blob/master/CONTRIBUTING.md) :blush: +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/). > *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 @@ -15,6 +16,8 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea > 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 {% for project in projects %} * [{{ project.title }}]({{ project.url }}) — {{ project.description }}