Crate specs_derive

source ·
Expand description

Implements the #[derive(Component)], #[derive(Saveload)] macro and #[component] attribute for Specs.

Derive Macros

Custom derive macro for the Component trait.
Custom derive macro for the ConvertSaveload trait.