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 #732

Open
LimpidCrypto opened this issue Jan 4, 2025 · 1 comment
Open

no_std support #732

LimpidCrypto opened this issue Jan 4, 2025 · 1 comment

Comments

@LimpidCrypto
Copy link

I would really look forward to supporting no_std. At first sight it may not seem that big of a refactoring but typify relies on the schemars crate. This is the only crate that does not support support no_std as far as I can tell. At least in it's current stable version. The schemars team is currently working on a v1.0.0 which also brings no_std support. The v1.0.0 has breaking changes resulting in a bigger refactoring for this crate.

Sooner or later, when schemars-v1.0.0 is released, typify needs to upgrade and refactor anyway. Please consider supporting no_std.

@ahl
Copy link
Collaborator

ahl commented Jan 4, 2025

What would the value be of no_std support for typify?

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

No branches or pull requests

2 participants