Skip to content

Update enum_like_derive to syn 0.15 #3

@Badel2

Description

@Badel2

The api has changed so it isn't as simple as bumping the version number.

While we are at it, investigate if it's worth it to support complex expressions like

enum Number {
    Zero = (0, 1).0,
    One = (0, 1).1,
}

(see also: https://github.com/illicitonion/num_enum)

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