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

Please move partitioning and transformation behind an alloc feature instead of forcing std #84

Open
ProfElements opened this issue May 31, 2022 · 3 comments

Comments

@ProfElements
Copy link

partitioning is the easier of the two, as its just replacing std with alloc and importing Vec/vec

transformation would have to be changed slightly as you use HashMap and HashSetin a number of places. This might be able to be transition to hashbrown's HashMap and HashSet types.

I haven't looked into parry dependencies but it doesn't seem that much of it requires std. A quick skim of it seems to just be spade for the transformation module

@Bombfuse
Copy link

I saw that parry has no_std support in features now, is it fully no_std now? Was wondering if this issue was fixed or still needs fixed

@ProfElements
Copy link
Author

transformation is still completely behind std but partitioning is no longer behind std

@hatmajster
Copy link

I try to address this issue in #170

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

3 participants