Rust is so safe that you have to send the reference of a variable if you want to read/write it on a function

It has ‘static of course, but modifying it is considered unsafe

comments