teaching-material
teaching-material copied to clipboard
slides revamp / revision
- [ ] Add spoiler boilerplate to Redisish assignment with solutions, like in Durable File/RustLatin
- [ ] TCP echo server should have a solution at the end using
nc localhost 8080
- [ ] Lifetime elision snippets to build up intuition that Andrei mentioned
- [ ] Add unsafe -> safe API build with Vec example (or atomics? Linked lists?)
- [ ] add learning goal of enabling features of imported libraries (clap in
Fizzbuzz CLI
and borrowed data inserde
)