Skip to content

Add consumer validation for no_std #46

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

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Add consumer validation for no_std #46

merged 1 commit into from
Apr 24, 2024

Conversation

pinkforest
Copy link
Contributor

@pinkforest pinkforest commented Mar 16, 2024

Note the crate itself compiles currently in std as we don't have test for no_std

But having the scenario we can build-test the integration properly without polluting via dependencies

I'm wondering if I could / should move this into as an integration test but then I can't isolate this as self-contained crate

The benefit of having self-contained crate is that it's more readable what is exactly being validated vs going through a lot of gating and feature-dependencies within integration tests attached to the main provider crate ? I'm wrong maybe ?

@tarcieri tarcieri merged commit 7420e78 into RustCrypto:master Apr 24, 2024
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