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 support? #93

Open
hadronized opened this issue Aug 29, 2018 · 1 comment
Open

no_std support? #93

hadronized opened this issue Aug 29, 2018 · 1 comment

Comments

@hadronized
Copy link

Hey,

I’d be interested in using this library, but I need the no_std support. Do you have anything for this? Would you accept a patch for it (if it’s easy)? Otherwise, I’ll just wrap my own functions in my (very specific) code, but if others are interested…

Kudos for the good work!

@notgull
Copy link
Contributor

notgull commented Jul 3, 2020

I'm interested in this too. Both crates already use the libc crate, which provides primitives like c_int that the x11 library relies on. x11-dl would be harder, since it relies on lazy_static, and spinlocking might not be in the best interest here. I could probably write this PR by the end of the week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
3.0
In progress
Development

Successfully merging a pull request may close this issue.

3 participants