GeminiLab / enumerable

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

Use proc-macro-crate to find correct path to `Enumerable` #23

Closed aarkegz closed 2 months ago

aarkegz commented 2 months ago

Now proc_macro Enumerable assumes that trait Enumerable is always imported without aliasing. It could result in unsolvable bugs or unexpected behaviors.

Fix it with proc-macro-crate