We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using serde rename causes proc-macro panic. Maybe avoid using rename field macro and change it to the structmap instead?
rename
structmap
Actually any macro (serde default, serde rename, utoipa schema…) causes
Must be `#[rename(name = 'VALUE')]`
error
The text was updated successfully, but these errors were encountered:
Ehhs. One must have forgotten about attributes filtering… Maybe someone can add filter() + as_ident() to these lines…
filter()
as_ident()
https://github.com/ex0dus-0x/structmap/blob/main/structmap-derive/src/lib.rs#L185-L225
Sorry, something went wrong.
No branches or pull requests
Using serderename
causes proc-macro panic. Maybe avoid usingrename
field macro and change it to thestructmap
instead?Actually any macro (serde default, serde rename, utoipa schema…) causes
error
The text was updated successfully, but these errors were encountered: