A modern dmm_suite for BYOND, written entirely in Rust.
This loads maps into the game really, REALLY fast. The main bottleneck is entirely on how long it takes BYOND to run /New.
It has a custom zero-copy dmm parser - dmm-lite, written entirely using winnow.
See bapi_dmm_reader.dm for the supporting DM code.
I have no idea how to docker so literally just run ./run_container.sh
to mount the directory into an ubuntu container
and then run ./container_build.sh
in the container to install everything and build the shit