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

no_std support #5

Merged
merged 6 commits into from
Nov 30, 2022
Merged

no_std support #5

merged 6 commits into from
Nov 30, 2022

Conversation

davidedellagiustina
Copy link
Contributor

First attempt at no_std support. std is enabled by default (as a Cargo feature), but can be disabled if needed.

…g and parsing, environment variables) are still unavailable without std, while some others (UUIDv4) may need the user to set a custom randomness source on certain target architectures.
@JEnoch
Copy link
Member

JEnoch commented Nov 30, 2022

Thanks for this PR!
Could you also please add a "no_std" section in the README explaining the features you introduced and the different uses cases where they can be used.

@davidedellagiustina
Copy link
Contributor Author

Done in the last commit.

@JEnoch JEnoch merged commit 1ebaf15 into atolab:master Nov 30, 2022
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.

2 participants