rust-training
rust-training copied to clipboard
Mention const and static
In basic types we should probably mention const and static as they come up in the embedded training.
static is also a plausible alternative to Arc when making the connected database multi-threaded.
closed by #214