29
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 14 May 2025
29 points (100.0% liked)
Rust
6920 readers
36 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
I just use
Arc::clone()
now that I know I can just throw the problematic data types on the heap easily. I'm sure there are "better" ways to do it, but¯\_(ツ)_/¯