Comment by chlorion
8 hours ago
I'd like to know why I can't use arenas in rust? Especially considering that I have used them before in rust.
8 hours ago
I'd like to know why I can't use arenas in rust? Especially considering that I have used them before in rust.
You can’t allocate collections without nightly or without reimplementing them in the library. Every implementation uses it’s own set of trade offs to provide safety in unsafe implementation.