|
|
|
|
|
by 0xMohan
164 days ago
|
|
I'm assuming it's a meme project. In case it isn't, what's the point? Just trying to understand. Isn't rust's one of the main selling point is the barrow checker right? Also how's the memory is handled? I know it'll drop every thing once it's out of scope but it seems you can make copies as much as you want. Looking at the loop example, I feel like this introduces memory leaks & undefined behavior. |
|