February 22, 2020
Learning More About Undefined Behavior in Rust!
I almost never write Rust code that uses unsafe so it is something I know so little about, but that makes it something that I should LEARN more about!
The Some Nuances of Undefined Behavior in Rust article gave me so much to THINK about.
I think I will need to STUDY the article's material more.
And I think I will be safe and just NOT WRITE Rust code that uses unsafe!