Skip to content
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

Add read/write capabilities to alloc feature when std not enabled #46

Open
leighmcculloch opened this issue May 13, 2022 · 3 comments · May be fixed by #392
Open

Add read/write capabilities to alloc feature when std not enabled #46

leighmcculloch opened this issue May 13, 2022 · 3 comments · May be fixed by #392

Comments

@leighmcculloch
Copy link
Member

No description provided.

@renfengshi
Copy link

We need decode stellar transactions in Keystone device, which only supports no_std.
When can I use the feature of no_std?

@renfengshi
Copy link

We are developing right now, and blocked by the no_std. May I get some help from you?

@overcat
Copy link

overcat commented Sep 11, 2024

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};

@overcat overcat linked a pull request Sep 12, 2024 that will close this issue
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 a pull request may close this issue.

4 participants
@leighmcculloch @overcat @renfengshi and others