├── LICENSE ├── README.md ├── functional-slides-with-speaker-notes.pdf ├── functional-slides-without-speaker-notes.pdf ├── slides-with-speaker-notes.pdf └── slides-without-speaker-notes.pdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carols10cents/rust-out-your-c-talk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carols10cents/rust-out-your-c-talk/HEAD/README.md -------------------------------------------------------------------------------- /functional-slides-with-speaker-notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carols10cents/rust-out-your-c-talk/HEAD/functional-slides-with-speaker-notes.pdf -------------------------------------------------------------------------------- /functional-slides-without-speaker-notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carols10cents/rust-out-your-c-talk/HEAD/functional-slides-without-speaker-notes.pdf -------------------------------------------------------------------------------- /slides-with-speaker-notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carols10cents/rust-out-your-c-talk/HEAD/slides-with-speaker-notes.pdf -------------------------------------------------------------------------------- /slides-without-speaker-notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carols10cents/rust-out-your-c-talk/HEAD/slides-without-speaker-notes.pdf --------------------------------------------------------------------------------