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

no_std support #201

Closed
5 tasks done
Tracked by #159
coreylowman opened this issue Sep 29, 2022 · 2 comments · Fixed by #244 or #257
Closed
5 tasks done
Tracked by #159

no_std support #201

coreylowman opened this issue Sep 29, 2022 · 2 comments · Fixed by #244 or #257

Comments

@coreylowman
Copy link
Owner

coreylowman commented Sep 29, 2022

First asked in #196

  • use allocations for Rc and allocating
  • use collections for hashmap and vec
  • add std feature
  • only depend on zip when std is enabled
  • only include serialization & numpy with std feature
@antimora
Copy link

antimora commented Sep 29, 2022

This crate (https://lib.rs/crates/no-std-compat) might be helpful for migration. I haven't used it. I only saw it recently.

@coreylowman
Copy link
Owner Author

Re-opening, seems like I misunderstood how turning off default features worked

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