derive_aktor
derive_aktor copied to clipboard
(Re) Move crate/ use statements
Currently every actor generated contains an extern crate and some use statements - so if you have more than one actor, compilation fails.
Instead, moving the necessary types into the aktors crate and then exporting them will probably be the best way to handle this.