cbiffle/lilos

Safe functions to create Nodes etc

mattfbacon opened this issue · 1 comments

I think if you take in Pin<&mut MaybeUninit<Node<...>>> and return Pin<&mut Node<...>> it could be safe and a function.

Nevermind, not sound.