-
Notifications
You must be signed in to change notification settings - Fork 346
no_std support? #609
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
Comments
The crate relies on several items from |
I see, thanks |
Are there any other blockers to this besides |
In theory we could remove DNS resolution support and use custom types to represent IP addresses. B both would be breaking changes, and upgrading the ecosystem to a semver-incompatible version of the |
Wow, I didn't realize it does DNS resolution support as well -- I guess I don't know the full scope of this library. Thank you! |
@garbageslam Do you have specific features from this crate that you're interested in? I'm working on making my redesign of the |
@Plecra hi -- I think the specific features are,
I could give you links to show how we are using it right now, but it's probably TMI |
Perhaps progress can be made once this issue is resolved? |
Could the features that require |
I see some very interesting progress with |
Hi. I have a patch that completes the no_std conversion for the url crate. Some implementation details:
Should I submit a PR to this repository? Feedback would be much appreciated. You can see a draft of the changes over here: https://github.com/mspiegel/rust-url/pull/1/files |
There's an existing PR for this, see #831. The current biggest issue is that it's a breaking change, see #831 (comment) |
Now released as |
Would you be interested in patches to make the
url
library support ano_std
build configuration based on the alloc crate instead? I think it should be possible and will make the library more easily portable.The text was updated successfully, but these errors were encountered: