murarth / gumdrop

Rust option parser with custom derive support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-export `gumdrop_derive` though `gumdrop`

tailhook opened this issue · comments

Simiarly to how it's done in failure.

I think it makes using library a bit easier without any downsides.

Ah, I didn't know procedural macro crates could be re-exported. I'll make the change right away.