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-rsis the main "user facing" API with nice safe rust bindings.crates/byondapi-sysis the raw bindgen generated bindings for the BYONDAPI C headercrates/byondapi-rs-testis an example/testing repo that uses the other two crates to ensure it actually works in BYOND.