Currently derive fails on generic structs like: ```rust #[derive(Soars)] struct Item<C> { coord: PackedCoord, value: C, } ``` Not much else to add - it would be valuable to have those in some contexts.