Iter_mod - Enumerating constants in a module

Git repo

I wrote a small package recently for letting me loop over constant values defined in a module so that I could construct things out of all of the constants as a whole without having to repeat a list that's already implied by the module itself.

I'm considering putting this up on crates.rs so I'd really appreciate any comments or changes you'd suggest before I do that. Also I don't particularly like the name, but couldn't think of a better one.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.