We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So after this PR implemented support for unit/tuple structs in pyclass it would be awesome if getter/setters could be supported as suggested here.
pyclass
As far as I understand, the support for names with getters/setters is already merged here.
name
The text was updated successfully, but these errors were encountered:
Indeed it's on the plan👍. I plan to merge #1567 and then work on this.
Let's keep this issue open to track the work.
Sorry, something went wrong.
Awesome, thank you!
#[pyo3(get, set, name = "foo")]
Successfully merging a pull request may close this issue.
So after this PR implemented support for unit/tuple structs in
pyclass
it would be awesome if getter/setters could be supported as suggested here.As far as I understand, the support for
name
s with getters/setters is already merged here.The text was updated successfully, but these errors were encountered: