"Rust is hard to learn" might be true for you because the metaphors might not make sense for you. But it's okay to use your own. Ownership is confusing? Try Origin or Home. A value can be accessed from many parts of the program, but can only have one Home (until it moves).
3
6
54
Replying to @timClicks
Ownership is the least complicated feature out all necessary things a rust developers must understand, when you add lifetimes, loops and whiles and all that sometimes crazy type syntax thatโ€™s where my brain just sometimes shuts off

Nov 10, 2024 ยท 8:19 PM UTC