Slide 71
Slide 71 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
● Python to Rust calls are non-trivial, so be wise!