From 7f739a1d96457c54569d46de19345ce57fa99d03 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Wed, 24 Jan 2024 14:14:16 +0100 Subject: [PATCH] Add "Rust Development at Sentry" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fd6af7..70088fa 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea * [PingCAP talent plan](https://github.com/pingcap/talent-plan) - A series of training courses about writing distributed systems in Rust. The courses primarily consist of projects where coding problems are presented, along with a partial implementation or API description, and a test suite. * [Procedural Macros Workshop](https://github.com/dtolnay/proc-macro-workshop) - This repo contains a selection of projects designed to learn to write Rust procedural macros — Rust code that generates Rust code. * [rust-lang/rustlings](https://github.com/rust-lang/rustlings) - 🦀 Small exercises to get you used to reading and writing Rust code! +* [Rust Development at Sentry](https://develop.sentry.dev/rust/) - A document that contains useful resources for getting started with Rust and adhering to the Sentry coding principles. ## 📖 Books