MaikKlein / enumflags

24 stars 7 forks source link

Remove dependency on `std` #4

Closed jmi2k closed 7 years ago

jmi2k commented 7 years ago

WIP, don't merge: Removing std would allow its usage in embedded programming, or in environments where it isn't available.

That's a first step towards it, as enumflags_derive should be modified too. Feedback welcome 😄

jmi2k commented 7 years ago

I'll close this PR and open an issue instead. There are lots of details I didn't took into account when doing it, and it's better to discuss that topic in an issue.