"The Rust Programming Language" exercises.
Useful save and run plugin for visual studio code:
"saveAndRun": {
"commands": [
{
"match": "\\.rs$",
"cmd": "echo 'Formatting ${fileBasename}... ' && rustfmt ${fileBasename}",
"useShortcut": false,
"silent": true
}
]
}