-
How cool! I'm currently running a Rust course as well. It's open source: tweedegolf/101-rs (I guess everyone thinks Rust 101 is a good name ;) ). It's currently a bit early days, but after running the course once, I'll work on making the material reusable.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
I would also spend a bit of time talking about how unsafe code can be used appropriately. And along with that you have the responsibility of doing the verification on u u our own using tools like kani
-
rust-quick-guide
Rust Quick Guide provides short introductions to many Rust programming topics, including the language, ecosystem, concepts, crates, and more.
Rust 101 topics that I like to use to help newcomers: https://github.com/sixarm/rust-101