|
|
|
|
|
by GolDDranks
247 days ago
|
|
The mechanisms that Rust provide for memory management are various. Having a GC as a library for usecases with shared ownership / handles-to-resources is not out of question. The problem is that they have been hard to integrate with the language. |
|