
Software Security in Rust
Software Engineering Institute (SEI) Podcast Series
00:00
Rust - The Billion Dollar Mistake?
In Rust, by default, everything has to have some valid value of the type in it. The compiler enforces for types that are wrapped in option that you check it everywhere before you use it. This does imply impose some maintenance overhead which Java and Python do not impose. So if maintenance is the most important thing for you more than security or performance then you would not be happy with Rust.
Play episode from 10:19
Transcript


