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 support for no_std compilation (updated) #177

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pitdicker
Copy link

@pitdicker pitdicker commented Feb 26, 2024

See discussion in #74.

This is useful to fuzz crates in their no_std configuration, which may utilize different code paths in such a crate.

I started by rebasing #74 but made a number of changes to split it in an std and alloc feature.

Fixes #38.

@fitzgen
Copy link
Member

fitzgen commented Feb 26, 2024

This was the conclusion of #74: #74 (comment)

@pitdicker
Copy link
Author

What do you think of the use case mentioned above?

This is useful to fuzz crates in their no_std configuration, which may utilize different code paths in such a crate.

@pitdicker
Copy link
Author

I am not sure how to replicate the warnings in the "Run int_in_range fuzz target" CI job. Hopefully this fixes it.

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
3 participants