From afcb1419d0997967ea13154e35f0a9687a498afb Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 20 Oct 2025 09:56:40 +0200 Subject: [PATCH] Mention deep dives in STYLE (#2951) --- STYLE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/STYLE.md b/STYLE.md index a9943ff7..07855e22 100644 --- a/STYLE.md +++ b/STYLE.md @@ -89,6 +89,12 @@ plan to shorten or remove existing content. Refinements to existing topics are always welcome. Topics that are not essential for all new Rust programmers should be proposed as new deep dives. +#### Deep Dives + +Specialized material can be added to _deep dives_. These cover things like Rust +in Android, Bare-Metal Rust, etc., which are not necessarily something every +Rust developer should know. More deep dives can be added in the future. + ## Course Slides Please take the following into account when updating the course material.