Completed
- 00:00 - c00 - Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Integrating Lua with Rust - Programming Tutorial and Code Examples
Automatically move to the next video in the Classroom when playback concludes
- 1 - 00:00 - c00 - Intro
- 2 - 00:36 - c01 - Cargo Toml & Setup
- 3 - 01:43 - c01 - First Lua exec & eval
- 4 - 05:03 - c02 - Scope - Globals
- 5 - 07:14 - c02 - Scope - set_environment
- 6 - 09:41 - c03 - call lua fn - why
- 7 - 11:27 - c03 - call lua fn - load Lua function
- 8 - 13:11 - c03 - call lua fn - calling
- 9 - 14:58 - c03 - call lua fn - with args
- 10 - 16:23 - c04 - Lua calls Rust Functions
- 11 - Thanks