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

no_std + alloc support #135

Open
tony-iqlusion opened this issue Sep 5, 2024 · 2 comments
Open

no_std + alloc support #135

tony-iqlusion opened this issue Sep 5, 2024 · 2 comments

Comments

@tony-iqlusion
Copy link

Would it be possible to add an option for the generated code to avoid referencing std and imports that are only in the prelude when std is linked, e.g. std::result::Result and ToString, and instead use e.g. core::result::Result and alloc::string::ToString?

@tony-iqlusion
Copy link
Author

Here's a fork that already supports this /cc @romac

https://github.com/informalsystems/pbjson

@Luctins
Copy link

Luctins commented Sep 23, 2024

Bump.

Any update on this?

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

No branches or pull requests

2 participants