-
Notifications
You must be signed in to change notification settings - Fork 42
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
Is it possible to support no_std
for this project?
#91
Comments
Recently,not yet. I'm not clear about rust 'no_std' develop |
For long time, It's should be support. |
thx. |
Hi, I am missing this crate so badly in my no_std projects 🙁 Having a quick look it should be fairly simple introducing a split between generation part in build.rs and usage part in final binary. If I see correctly, most of what's available in the later is This way you could add something like |
Oh! I just made it work in 5mins (in a messy way) I am planning to prepare a cleaner PR soon with additional crate in a workspace and feature gates, but for now if anybody is interested in hacking it up, you need to:
First two points as diff of shadow-rs:
|
|
Thanks, that's how I do it (still wip, but I have good progress) Do you mind if I move main crate content to This way it is possible to cleanly define what is and what isn't a workspace member which is necessary for As a sidenote, workspace Additional property of the no_std feature is that there will be two crates and main one will depend on |
Hi, any updates on this? |
Support
no_std
will be useful.The text was updated successfully, but these errors were encountered: