Slide 80
Slide 80 text
When should you use Rust?
● Rewrite modules of your code that are computationally heavy
(Complex math optimizations etc)
● For accessing the hardware(ex :- IOT applications, device drivers,
GPU’s etc)
● Implementing advance concurrency paradigms
● Rust FFI calls are non-trivial, so be wise!