derive_aktor icon indicating copy to clipboard operation
derive_aktor copied to clipboard

(Re) Move crate/ use statements

Open insanitybit opened this issue 8 years ago • 0 comments

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.

insanitybit avatar May 11 '17 17:05 insanitybit