Skip to content

Conversation

AverageHelper
Copy link

most of the things this crate does relies on std's re-exports from core and alloc, so #![no_std] can be added already with only a few tweaks!

the new std feature only turns on serde's std feature, it doesn't do anything to this crate.

I ran the tests the same as they are in the travis config, and tested locally against another no_std crate of mine, so hopefully that means things Just Work™ after this 😅

@AverageHelper AverageHelper marked this pull request as draft June 5, 2025 19:18
@AverageHelper
Copy link
Author

AverageHelper commented Jun 5, 2025

Turns out our quoted-string relies on std, so that'd need fixed first.. might be more complicated than i thought ^^;

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.

1 participant