diff options
author | Carlos Bilbao <carlos.bilbao.osdev@gmail.com> | 2024-09-22 11:04:10 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-10-14 09:50:29 -0600 |
commit | d0b343605f1b2136573303f60addacf833de91c1 (patch) | |
tree | 2076f37698e950473b16e83c78bc9106792046c1 /Documentation/rust | |
parent | 3c8ead6f7039c579a314376b64e9de404602c6d3 (diff) |
kernel-docs: Add new section for Rust learning materials
Include a new section in the Index of Further Kernel Documentation with
resources to learn Rust. Reference it in the Rust index. The resources
are a product of a survey among assistants to the conference Kangrejos'24.
Signed-off-by: Carlos Bilbao <carlos.bilbao.osdev@gmail.com>
Reviewed-by: Dirk Behme <dirk.behme@de.bosch.com>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240922160411.274949-1-carlos.bilbao.osdev@gmail.com
Diffstat (limited to 'Documentation/rust')
-rw-r--r-- | Documentation/rust/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/rust/index.rst b/Documentation/rust/index.rst index 55dcde9e9e7e..ec62001c7d8c 100644 --- a/Documentation/rust/index.rst +++ b/Documentation/rust/index.rst @@ -56,6 +56,9 @@ more details. arch-support testing +You can also find learning materials for Rust in its section in +:doc:`../process/kernel-docs`. + .. only:: subproject and html Indices |