1 paper · 1 filter
Jialun Zhang, Merve Gulmez, Thomas Nyman +1
Rust is a modern systems programming language that ensures memory safety by enforcing ownership and borrowing rules at compile time. While the unsafe keyword allows programmers to…