Expand description
Entry point and global init/shutdown of the library.
Structs§
- Provides meta-information about the library and the Godot version in use.
Enums§
- Determines if and how an extension’s code is run in the editor.
Traits§
- Defines the entry point for a GDExtension Rust library.
Type Aliases§
- Stage of the Godot initialization process.
Attribute Macros§
- Proc-macro attribute to be used in combination with the
ExtensionLibrary
trait.