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(no_std): Support no_std targets #12

Merged
merged 5 commits into from
Nov 4, 2023
Merged

feat(no_std): Support no_std targets #12

merged 5 commits into from
Nov 4, 2023

Conversation

bengreenier
Copy link
Owner

fixes #7

This adds support for consuming partially in no_std environments, and sets up an std feature for the future, in the event that we add functionality that is std-only compatible.

It also adds the test_no_std crate, which consumes partially from a no_std application, for testing. Note that this application doesn't build on windows, but is built in linux during CI.

@bengreenier bengreenier added the enhancement New feature or request label Nov 4, 2023
@bengreenier bengreenier merged commit 6ad2e54 into main Nov 4, 2023
2 checks passed
@bengreenier bengreenier deleted the feat/no_std branch November 4, 2023 19:36
@github-actions github-actions bot mentioned this pull request Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make no_std compatible
1 participant