We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 description provided.
The text was updated successfully, but these errors were encountered:
We need decode stellar transactions in Keystone device, which only supports no_std. When can I use the feature of no_std?
Sorry, something went wrong.
We are developing right now, and blocked by the no_std. May I get some help from you?
I want to provide its read and write capabilities in no_std based on https://crates.io/crates/embedded-io
It provides the following interfaces, which can facilitate us to maximize the reuse of existing code, and it has a large number of downloads.
use embedded_io::{BufRead, ErrorType, Read, Write};
no_std
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: