- clarify closure environment capturing
- update solution
- remove
extern crate
in*.rs
- cosmetics followup: fold multiple empty lines in
*.rs
- convert from Rust 2015 (add
impl
in fn signature) - fix typo in variable name
- use non-copy value to illustrate lifetime issues (
String
instead 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-codealong
code snippets/instructor notes for semver trail (WIP)
- add
assignments/_templates/concurrency
for a simpleSend+Sync
exercise - rename
assignments/preliminary/
toassignments/_preliminary
- change
Option
example frominto_iter()
rabbit hole explosion to checked addition - add
break
,continue
+ labels - add explanation of
for
machinery - clarify
std::env::args().nth(n)
example - wording