GeminiLab / enumerable

Enumerate all possible values of a type in Rust.
https://docs.rs/enumerable
MIT License
1 stars 1 forks source link

`#![no_std]` support #29

Closed aarkegz closed 2 months ago

aarkegz commented 2 months ago

Enumerable itself and built-in and derived implementations actually do not rely on std. Make sure it works.