Crate specs_derive

Source
Expand description

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

Derive Macrosยง

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