HyperCodec / genetic-rs

Crate for quickstarting genetic algorithm projects
MIT License
1 stars 0 forks source link

Macros might use imports that don't exist #53

Closed HyperCodec closed 7 months ago

HyperCodec commented 9 months ago

Simply have to specify what's being imported in the final quote or use full path. Not an extremely urgent issue because everything is exported in prelude::* but will probably put in the next patch.

HyperCodec commented 7 months ago

Don't think this is actually a problem. If it comes up I'll reopen but for now im gonna close this