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 #7

Merged
merged 8 commits into from
Sep 11, 2024
Merged

no_std support #7

merged 8 commits into from
Sep 11, 2024

Conversation

orsinium
Copy link
Member

Add support for #![no_std] projects. Some algorithms require HasMap, which is not available in the alloc crate, so these algorithms are disabled if std feature is turned off.

@orsinium orsinium merged commit 813bb70 into master Sep 11, 2024
6 checks passed
@orsinium orsinium deleted the no-std branch September 11, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant