Skip to content

Provide public access to RenameAllRules in serde_derive_internals #2237

Closed
@uint

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.

pub struct RenameAllRules {
serialize: RenameRule,
deserialize: RenameRule,
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions