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

feat: support no_std #103

Closed
wants to merge 1 commit into from
Closed

Conversation

AaronFeickert
Copy link
Contributor

@AaronFeickert AaronFeickert commented Nov 29, 2023

It may be useful for this library to play nicely with no_std targets, despite its rather heavy memory requirements. This PR ensures that the library is no_std compatible out of the box, without needing to fiddle with features.

Closes #102.

@AaronFeickert
Copy link
Contributor Author

Superseded by #107.

@AaronFeickert AaronFeickert deleted the no-std branch January 9, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make std optional if feasible
2 participants