I don’t know who made this, but it’s already my favorite thing I’ve seen online this week. I love the box example here: https://eventhelix.com/rust/rust-to-assembly-value-reference-box-rc-arc/ … it’s not anything unexpected, but it’s kind of neat to see where the Box gets recycled at the end of the function scope.
This is so cool
I don’t know who made this, but it’s already my favorite thing I’ve seen online this week. I love the box example here: https://eventhelix.com/rust/rust-to-assembly-value-reference-box-rc-arc/ … it’s not anything unexpected, but it’s kind of neat to see where the
Box
gets recycled at the end of the function scope.