-
-
Notifications
You must be signed in to change notification settings - Fork 358
Add no_std support #551
Copy link
Copy link
Open
Labels
E-mediumEffort: medium.Effort: medium.S-featureSeverity: feature. This adds something new.Severity: feature. This adds something new.
Metadata
Metadata
Assignees
Labels
E-mediumEffort: medium.Effort: medium.S-featureSeverity: feature. This adds something new.Severity: feature. This adds something new.
Hello,
I'm currently in need of a correct
Uriparser, and I believe the best URI implementation is the one in this crate.However, I don't want to add the whole
httpcrate as a dependency.So, it would be very helpful if there was an additional crate just for URI parsing.