-
Notifications
You must be signed in to change notification settings - Fork 63
Add support for alloc::* types #4
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
Comments
Yes, I carefully read that you don't support dynamic allocated types, but |
@Pzixel: the solution would be for |
But they clearly say "It won't work, and even if it would, I won't support and/or accept any issues caused by this". It's kinda unstable situation. |
Can you please provide a reference to that claim? A crate can be (not |
|
I reconsidered and would be willing to consider a serde_json PR to use |
I too would appreciate if the library used alloc crate types if there was an alloc feature enabled. Now I'm forced to use heapless String type instead of the alloc crate String type if I call to_string for example. |
FWIW serde_json should support using only |
AFAICT this can be closed as both not pertinent to |
Thank you everybody! |
Currently I have following errors:
Could it be done in no-std scenario?
The text was updated successfully, but these errors were encountered: