Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update enum_like_derive to syn 0.15 #3

Open
Badel2 opened this issue Nov 20, 2018 · 0 comments
Open

Update enum_like_derive to syn 0.15 #3

Badel2 opened this issue Nov 20, 2018 · 0 comments

Comments

@Badel2
Copy link
Owner

Badel2 commented Nov 20, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant