This is a monorepo of all of the relevant crates forming the Rust wrapper for BYONDApi
You'll find each subproject in the crates/
directory.
crates/byondapi-rs
is the main "user facing" API with nice safe rust bindings.crates/byondapi-sys
is the raw bindgen generated bindings for the BYONDAPI C headercrates/byondapi-rs-test
is an example/testing repo that uses the other two crates to ensure it actually works in BYOND.