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

Make names to follow rust naming schema #15

Open
kchibisov opened this issue Jun 28, 2023 · 1 comment
Open

Make names to follow rust naming schema #15

kchibisov opened this issue Jun 28, 2023 · 1 comment

Comments

@kchibisov
Copy link
Member

We have weird names like XF86_ and SUN_, while they should be Xf86 and Sun respectively. Maybe some other names should be changed as well.

@notgull
Copy link
Member

notgull commented Oct 23, 2023

Once some time has passed, we can use heck in the code generator to change the names around to be more Rust-y.

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

No branches or pull requests

2 participants