-
Notifications
You must be signed in to change notification settings - Fork 183
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
break a lot of stuff to try and see what needs to be done for no_std #900
base: fix/no-std
Are you sure you want to change the base?
Conversation
Yeah. This is sort of the direction I think we need to explore. I would opt for disabling stuff like gzip compression and the default transport behind the std flag. It's also worth looking at the The heavy reliance on Great start! |
@algesten how about now in its current state, do you think it's something I could hand off to you / that you plan to take a deeper look into? I don't have a super pressing need for it, just thought it'd be fun :) |
Sure! Thanks! |
@algesten not sure if this is of any value: https://github.com/hyperium/http/pull/732/files I was going to try to achieve but I didn't realize I also don't think |
Interesting! Yeah, async in no_std is a can of worms. |
I'm just doing this to be silly/for fun. Not sure if I will finish it. It's kind of therapeutic... Not even sure if I'm doing it the right way... Is there a tool that can migrate this for us? :D