Skip to content

Ability to skip over _ prefixed fields #80

@v1gnesh

Description

@v1gnesh

How big of a task is it to skip over these fields when deriving Serialize?

Ex:

struct Ye {
    a: u16,
    _b: u8,
    c: u32,
}

should produce

{ "Ye":
  { 
    "a": 0,
    "c": 0
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions