Commit 3efc38b
committed
Allow specifying the crate path in generated code
The default is `::enum_iterator`. This can be changed using the derive
macro attribute `#[enum_iterator(crate = foo::bar)]`, similarly to
`#[serde(crate = "foo::bar")]`.
Resolves #331 parent 2b1aaef commit 3efc38b
1 file changed
Lines changed: 131 additions & 53 deletions
0 commit comments