
Tech Talk: Moves and Borrowing In Rust With Jim Blandy
CoRecursive: Coding Stories
00:00
Using Rust in a Java Programming Environment
Rust has global variables, but their use is very restricted. It means that the ownership of every object in system is rooted somehow somewhere in in some local variable. And when that owner goes away, when that variable goes out of scope, or when that element is removed from the hash table, the value is freed at that time. The way rust puts the developer in control of the lifetime the values.
Transcript
Play full episode