Skip to content

Use MaybeUninit instead of Option #9

Description

Since the generated code ends up doing unwrap_unchecked anyways, consider using MaybeUninit instead of Option as it won't add an unnecessary enum tag on every field (Saving space)

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