|
|
|
|
|
by civilized
1642 days ago
|
|
How does Bronze overcomplicate Rust as a language? It's an optional library, not a language extension. I think it's often pretty easy to not footgun yourself with thread or memory issues, because these issues simply don't exist in wide swaths of application. |
|
And for the cases where having managed pointers are better, Rc/Arc are often (not always) good enough.