|
|
|
|
|
by Diggsey
1171 days ago
|
|
I think most of the challenges are around making custom allocators safe without harming the ergonomics, which Zig hasn't solved. If Rust was content to have use of custom allocators be unsafe it would be trivial to add them (since you could just add new variants of allocating methods that take an allocator as a parameter). |
|