ferrous-systems / rust-exercises

Exercises for learning Rust, by Ferrous Systems
Creative Commons Attribution Share Alike 4.0 International
184 stars 17 forks source link

Add section on printing without std #97

Closed jonathanpallant closed 4 months ago

jonathanpallant commented 4 months ago

Adds a new exercise introducing writeln and write_fmt.

Also moves the QEMU UART Driver exercise, and make the ToC look better.