- clarify closure environment capturing
- update solution
- remove
extern cratein*.rs - cosmetics followup: fold multiple empty lines in
*.rs
- convert from Rust 2015 (add
implin fn signature) - fix typo in variable name
- use non-copy value to illustrate lifetime issues (
Stringinstead ofi32) - remove german-ism ("Lifetime-Elision")
- reworked FFI chapter:
- add
/examples/use_{rust,c}_in_{c,rust}projects - add speaker notes as comments in
slides.adoc - starting with using Rust code in a C program
- replace ImageMagick and weechat examples with simple addition math
- add
- add unlinked slide decks to index under "Other"
- add
/semver-codealongcode snippets/instructor notes for semver trail (WIP)
- add
assignments/_templates/concurrencyfor a simpleSend+Syncexercise - rename
assignments/preliminary/toassignments/_preliminary
- change
Optionexample frominto_iter()rabbit hole explosion to checked addition - add
break,continue+ labels - add explanation of
formachinery - clarify
std::env::args().nth(n)example - wording