leftiness / hex_math

MIT License
4 stars 1 forks source link

Make a prelude #99

Open leftiness opened 7 years ago

leftiness commented 7 years ago

I've got a bunch of traits now. Should I add a prelude? Then users could use hex_math::prelude::*, and then they wouldn't have to import individual traits to use them.

I'll have to make sure that there aren't any overlaps in trait names or function names. I'm not sure.