Comment by vlovich123
Comment by vlovich123 8 days ago
That’s your call to make but I think it’ll be easier to write tests for the trickier parts and avoid the memory safety issues you flagged as being your biggest annoyance by isolating into unsafe that’s better unit tested (+ maybe cover with Miri to double check the unsafe code is still sound)
That’s a great idea, could’ve really improved the overall project structure