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

Allow serializing feature for no-std environments? #335

Open
NicolasKlenert opened this issue Jun 12, 2023 · 2 comments
Open

Allow serializing feature for no-std environments? #335

NicolasKlenert opened this issue Jun 12, 2023 · 2 comments

Comments

@NicolasKlenert
Copy link
Contributor

I noticed that the serializing feature does not only need serde but also std. I couldn't find the reason for it in the code, so my question is if serializing would also work without std?

@Ogeon
Copy link
Owner

Ogeon commented Jun 13, 2023

I think, if I remember correctly, the derive macros were using std for something, but it has been a while since I last checked. I'm happy to remove that requirement if it's no longer necessary, but it may perhaps be a 0.8 change. It would remove observable features for someone who only explicitly uses serializing. 🤔

@Ogeon Ogeon added this to the 0.7.7 milestone Aug 2, 2024
@Ogeon Ogeon removed this from the 0.8.0 milestone Nov 17, 2024
@Ogeon
Copy link
Owner

Ogeon commented Nov 17, 2024

I checked the documentation the other day and there should not be a requirement on std anymore. This can be done in a non-breaking way by deprecating serializing and using serde as the feature name. I would like to do that regardless.

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