tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Panicing inside FFI is undefined behavior (and we have plenty of branches that panic) #118

Open Mothblocks opened 2 years ago

Mothblocks commented 2 years ago

Need to connect a panic hook or use dont_panic (or whatever its called) or something.