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
27
stars
32
forks
source link
Various minor fixes
#93
Closed
Absolucy
closed
1 month ago
Absolucy
commented
1 month ago
Fixed a panic with
auxtools::byond_ffi::parse_args
in debug mode. (fixes
https://github.com/willox/auxtools/issues/90
)
Fixed a panic in debug mode due to trying to read unaligned pointers.
Replaced some references to mutable statics with
addr_of!
/
addr_of_mut!
Updated the lockfile to fix an error with an outdated
time
crate.
Change clippy lints to be warn rather than deny by default.
auxtools::byond_ffi::parse_args
in debug mode. (fixes https://github.com/willox/auxtools/issues/90)addr_of!
/addr_of_mut!
time
crate.