Skip to content

Missing support for custom enum derives #267

@kevin-logan

Description

@kevin-logan

quick-protobuf provides support for user defined custom struct derives, but they are not applied to enums. This becomes problematic if you're trying to derive something like serde::Deserialize or serde::Serialize, as they will fail unless any enums that are contained in the structs also have those derives.

It should be a relatively quick addition, and I've created a proposed implementation here: #266

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions