Provide public access to RenameAllRules in serde_derive_internals
#2237
Closed
Description
Hi! Through serde_derive_internals
I can get access to serde attribute parsers, which is super neat.
The particular data I need though is the rename_all
rules, and the exposed struct isn't very useful with its fields private and no way to access them.
serde/serde_derive/src/internals/attr.rs
Lines 203 to 206 in b23a768
Metadata
Assignees
Labels
No labels