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

Add no_std crate attribute #12

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Add no_std crate attribute #12

merged 1 commit into from
Sep 13, 2024

Conversation

febo
Copy link
Owner

@febo febo commented Sep 13, 2024

Pinocchio currently does no allocations and therefore behaves as a no_std crate. This PR switch references to std by equivalent core ones and marks the crate as no_std.

@febo febo merged commit 1704c36 into main Sep 13, 2024
3 checks passed
@febo febo deleted the no-std branch September 13, 2024 19:55
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.

1 participant