Re-exports§
pub use crate::byond::byond;pub use crate::error::ByondError;pub use crate::error::ByondResult;pub use crate::from::FromByond;pub use crate::proc::call_global;pub use crate::to::ToByond;pub use crate::value::ByondValue;pub use crate::value::typecheck::ByondValueType;pub use crate::xyz::ByondXYZ;pub use inventory;
Modules§
Macros§
- byondval
- A simple macro to create a
ByondValuefrom any Rust value that implementsToByond.
Structs§
Functions§
- byond_
version - Returns the current major version and build version of BYOND.
- dmb_
version - Returns the version number the current .dmb was built with
Attribute Macros§
- byond_
fn - Main proc macro attribute that generates BYOND FFI bindings