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

Std error #32

Merged
merged 2 commits into from
Sep 6, 2023
Merged

Std error #32

merged 2 commits into from
Sep 6, 2023

Conversation

DerZade
Copy link
Contributor

@DerZade DerZade commented Sep 5, 2023

This PR adds std::error::Error implementation for InvalidBits. The impl is hidden behind a new std feature to ensure no_std compatibility out of the box.

Also I enabled the doc_auto_cfg feature for docs.rs builds so the docs get these nice little hints for stuff that is behind a feature flag:

implement std::error::Error for InvalidBits and hide it behind a "std"-feature-flag to ensure non_std compatibility out of the box
@DerZade DerZade requested a review from a team as a code owner September 5, 2023 19:01
@DerZade DerZade requested review from rjzak and removed request for a team September 5, 2023 19:01
@rjzak rjzak merged commit 780ef78 into enarx:main Sep 6, 2023
11 of 12 checks passed
@rjzak
Copy link
Member

rjzak commented Sep 6, 2023

Thank you!

@DerZade
Copy link
Contributor Author

DerZade commented Sep 6, 2023

Thanks for merging this so quickly.

Do you have a rough idea when this will be released or are there no plans yet?

@rjzak
Copy link
Member

rjzak commented Sep 9, 2023

No plans right now, but I'll see what I can do.

@rjzak
Copy link
Member

rjzak commented Sep 10, 2023

@DerZade new version published

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