1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-23 23:19:20 +02:00

Explain audience.

This commit is contained in:
Andrew Walbran 2023-03-08 17:45:08 +00:00
parent b1fa8da341
commit 948c44b66d

@ -1,5 +1,9 @@
# Welcome to Bare Metal Rust
This is a standalone one-day course about bare-metal Rust, aimed at people who are familiar with the
basics of Rust (perhaps from completing the Comprehensive Rust course), and ideally also have some
experience with bare-metal programming in some other language such as C.
Today we will talk about 'bare-metal' Rust: running Rust code without an OS underneath us. This will
be divided into several parts: