-
Notifications
You must be signed in to change notification settings - Fork 126
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
Be fully no_std
compatible (except for ws rpc)
#279
Comments
We do not necessarily need a ws-client, just any networking interface that implements the RpcClient or the subscriber. The cool thing is, some As the main part is already generic over the the traits above, we should be able to make almost everything |
I have looked into it a little. Making the api-client no_std compatible is not that much work at all, if one leaves out the ws-client. If #267 is done, I think most of it should be solved already. If one leaves out the ws-client. Regarding the ws-client: Seems to a fairly useful http-client list: https://lib.rs/web-programming/http-client |
Networking does usually need the very low-level primitives that interface with the hardware. I don't actually expect a generic |
no_std
compatibleno_std
compatible (expect for ws rpc)
no_std
compatible (expect for ws rpc)no_std
compatible (except for ws rpc)
Would include hosting a ws client in no-std. To my knowledge, this is not yet available as a library.
The text was updated successfully, but these errors were encountered: