Eein / sea-of-stars-tas

Rust implementation of SoS-TAS
MIT License
1 stars 0 forks source link

Memory Safety Improvements #4

Closed Eein closed 5 days ago

Eein commented 5 days ago

currently the safeties i put in place are not enough for the memory managers currently and we can't use try-like behaviour without a bunch of boilerplate in rust

This plus some other improvements