Skip to main content

Crate meowtonin

Crate meowtonin 

Source

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§

byond
error
from
init
misc
panic
pixloc
proc
strid
sync
sys
to
value
xyz

Macros§

byondval
A simple macro to create a ByondValue from any Rust value that implements ToByond.

Structs§

ByondVersion

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