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

[Rust] Figure out how to expose type shortcuts for Archive Resources #133

Closed
VeaaC opened this issue Apr 3, 2019 · 1 comment
Closed
Labels

Comments

@VeaaC
Copy link
Collaborator

VeaaC commented Apr 3, 2019

In C++ we have type shortcuts, e.g.: Archive::EdgesType. In Rust this is more complicated, as only traits can have associated types.

@VeaaC VeaaC added the rust label Apr 3, 2019
@VeaaC
Copy link
Collaborator Author

VeaaC commented May 7, 2020

We switched to native slices / easier types with #169 ,so I think this should not be needed anymore

@VeaaC VeaaC closed this as completed May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant