GeminiLab / enumerable

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

impl Enumerable for (A,) and (A, B) #7

Closed stepancheg closed 3 months ago

stepancheg commented 3 months ago

Some context: I have very similar implementation of very similar library in my private project.

I wanted to opensource it, and to my surprise there's already a crate with exactly the same name.

So I'd want to port everything I have into this enumerable crate.