top | item 45717439

(no title)

dvirbt | 4 months ago

Absolutely, I learned so much from this project! Do you think I should make a new version in Rust?

discuss

order

vlovich123|4 months 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)

dvirbt|4 months ago

That’s a great idea, could’ve really improved the overall project structure