Crate emojicode [−] [src]
Re-exports
pub use emojicode_sys::*; |
Macros
count_args_space | |
emoji_functions |
Shorthand for defining functions compatible with the linking table, and an accompanying linking table. |
linking_table | |
package_version |
Given the major and minor version this generate the package version. |
prepare_class |
Used for the "prepareClass" shenanigans. I suggest you look up the emojicode docs in order to figure out what to do here. |
Traits
EmojicodeObjectImpl | |
EmojicodeThreadImpl | |
FromValue | |
ToValue |
Converts Rust types to Emojicode Values. Useful for example for returning things from a function. |