Memory management basics of Rust lang
i need some help with understanding of rust basics and memory basics at all. I think this will be helpful for those who come across this after me. memory adress (1) Here i create a function thats return pointer to a vector. Why there is two different adresses if there must be the same pointer?… Read More Memory management basics of Rust lang