Use MaybeUninit
to avoid aliasing Vec
and String
while they can be moved.#30
Merged
de-vri-es merged 3 commits intomainfrom no-aliasingDec 13, 2024
+153-47
MaybeUninit
to avoid aliasing Vec
and String
while they can be moved.#30