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

Safe and idiomatic Rust API #3

Open
repi opened this issue Jul 3, 2019 · 2 comments
Open

Safe and idiomatic Rust API #3

repi opened this issue Jul 3, 2019 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@repi
Copy link
Contributor

repi commented Jul 3, 2019

We want to remove the last unsafe and pointer usages in the physx crate.

Ideas and PRs are welcome! :)

@repi repi added enhancement New feature or request help wanted Extra attention is needed labels Jul 3, 2019
repi added a commit that referenced this issue Jul 3, 2019
@tgolsson
Copy link
Member

tgolsson commented Jul 4, 2019

Depends on: #5

@MaikKlein
Copy link
Member

MaikKlein commented Jul 5, 2019

It can't be fully safe, and it is not idiomatic Rust as we use deref chains to emulate inheritance. I'd say the goal is to make it more pleasant to use from within Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants