willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
27 stars 32 forks source link

Fixes a warning regarding cstrings #20

Closed Putnam3145 closed 3 years ago

Putnam3145 commented 3 years ago

Latest version of Rust says these are no good, so I've fixed them.

willox commented 3 years ago

A quick test confirms that the original code was okay, but yeah this is better.