-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Move std::ascii into core and/or collections #16801
Comments
cc #16355 The most relevant part is @aturon's concerns here: #16355 (comment). At this time we are not sure that we'd like to do this. |
@kmcallister I'd be interested to get a bit more detail on the specific functionality you're wanting to use from the |
When it moves into core and/or collections, we can drop some of this code. See rust-lang/rust#16801.
Okay; you can see here which parts of The HTML syntax spec is written in terms of ASCII case, and I want my implementation to be usable from C, so I'd rather not link |
I think that some of the more useful aspects of |
There is a third party crate for ascii available here: https://github.com/SimonSapin/rust-ascii This can probably be closed |
agreed! |
fix: silence mismatches involving unresolved projections fix rust-lang#16801
fix: silence mismatches involving unresolved projections fix rust-lang#16801
I'd like to use it from a
#![no_std]
crate.The text was updated successfully, but these errors were encountered: