issues
search
willox
/
auxtools
Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
28
stars
32
forks
source link
Some fixes, and updated inventory finally
#55
Closed
jupyterkat
closed
2 years ago
jupyterkat
commented
2 years ago
print out the hooked proc's path for runtimes
errors if hook attribute is not a string literal
proc hook owns the args vec now instead of referencing it mutably (const requirement)
run cargo fmt