top of page
Search

Learning about Unsafe Code in Rust

housika717
Jun 2, 2023
1 min read

In Rust this week I covered how unsafe code can lead programs into creating memory leaks as well as covering using threads to run simultaneous code.

 
 
 

Comments


bottom of page