ferrous-systems / rust-training

Learning materials for the Rust Training courses by Ferrous Systems
127 stars 16 forks source link

Mention const and static #147

Open jonathanpallant opened 3 months ago

jonathanpallant commented 3 months ago

In basic types we should probably mention const and static as they come up in the embedded training.

jonathanpallant commented 3 months ago

static is also a plausible alternative to Arc when making the connected database multi-threaded.