-
Notifications
You must be signed in to change notification settings - Fork 5
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 #68
Comments
Hi @thunderstorm010, that would be nice to have in the message generation, to generate messages that can be used in embedded applications. |
I've created a very, very small subset of this library at https://github.com/thunderstorm010/ping-protocol-core.git. It only includes decoding and serializing functions. Open for everything. |
Hey @thunderstorm010, to make it broadly available as no-std, we need to think about how to replace the tokio ecosystem features. |
Your code looks quite cool tbh, but as with upstream the code in decoder.rs involves a lot of unnecessary cloning (which I mostly removed in my version). I think I can contribute some of this code (without smallvec stuff) to upstream. And, we should probably feature gate alloc. |
Hi @thunderstorm010, that would be cool, be free to send a PR |
I'd like to use this library on some STM32 chips.
The text was updated successfully, but these errors were encountered: