|
|
|
|
|
by fulafel
1329 days ago
|
|
What do you mean by automatic memory management here? (I misspoke a bit with "Rust doesn't have GC", it does have opt in basic GC in the form of ref counting, but it's not used much because a headline feature of Rust is code without GC and I guess libs with interfaces requiring GC would be considered uncool) |
|