Skip to content

Add #[no_std] support #3

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

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Add #[no_std] support #3

merged 2 commits into from
Jun 13, 2023

Conversation

davnavr
Copy link
Contributor

@davnavr davnavr commented Jun 13, 2023

Adds an std feature that toggles #[no_std] support, replacing usage of std:: with core:: where applicable.

Closes #2.

@as-com as-com merged commit 79677e9 into as-com:master Jun 13, 2023
@as-com
Copy link
Owner

as-com commented Jun 13, 2023

Thanks for the PR!

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

Successfully merging this pull request may close these issues.

#![no_std] support?
2 participants