├── README.md ├── rust-linz-22 └── rust-linz-22.pdf ├── rustcon-asia-19 ├── exercises.md ├── making-rust-delightful.pdf ├── solutions.md ├── thinking-in-rust.pdf └── words-from-the-core-team.pdf ├── rustconf18 ├── exercises.md ├── rustconf-2018-pub.key ├── rustconf-2018-pub.pdf └── solutions.md ├── rustconf22 └── slides.pdf ├── rustconf24 └── slides.pdf ├── sinz-21 └── sinz-21.key └── uarust24 └── slides.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/README.md -------------------------------------------------------------------------------- /rust-linz-22/rust-linz-22.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rust-linz-22/rust-linz-22.pdf -------------------------------------------------------------------------------- /rustcon-asia-19/exercises.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustcon-asia-19/exercises.md -------------------------------------------------------------------------------- /rustcon-asia-19/making-rust-delightful.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustcon-asia-19/making-rust-delightful.pdf -------------------------------------------------------------------------------- /rustcon-asia-19/solutions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustcon-asia-19/solutions.md -------------------------------------------------------------------------------- /rustcon-asia-19/thinking-in-rust.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustcon-asia-19/thinking-in-rust.pdf -------------------------------------------------------------------------------- /rustcon-asia-19/words-from-the-core-team.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustcon-asia-19/words-from-the-core-team.pdf -------------------------------------------------------------------------------- /rustconf18/exercises.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustconf18/exercises.md -------------------------------------------------------------------------------- /rustconf18/rustconf-2018-pub.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustconf18/rustconf-2018-pub.key -------------------------------------------------------------------------------- /rustconf18/rustconf-2018-pub.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustconf18/rustconf-2018-pub.pdf -------------------------------------------------------------------------------- /rustconf18/solutions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustconf18/solutions.md -------------------------------------------------------------------------------- /rustconf22/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustconf22/slides.pdf -------------------------------------------------------------------------------- /rustconf24/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/rustconf24/slides.pdf -------------------------------------------------------------------------------- /sinz-21/sinz-21.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/sinz-21/sinz-21.key -------------------------------------------------------------------------------- /uarust24/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrc/talks/HEAD/uarust24/slides.pdf --------------------------------------------------------------------------------