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

Make it crystal clear in documentation what this crate is supposed to do #8

Open
nox opened this issue Dec 5, 2015 · 3 comments
Open

Comments

@nox
Copy link
Contributor

nox commented Dec 5, 2015

I don't see it written anywhere in the readme or in the crate description that UniCase is just for case insensitivity in the ASCII space, and not using Unicode case-folding.

@soc
Copy link

soc commented Mar 24, 2016

I experienced the same issue. This should really be fixed, probably by renaming the package.
Writing it in the documentation doesn't help much when you glance over the dependency tree cargo prints.

@seanmonstar
Copy link
Owner

I've been working on adding unicode case folding support. Something such as UniCase::new would support the full unicode range, and adding a UniCase::ascii which could use the faster ascii folding path.

@dashed
Copy link

dashed commented Feb 19, 2017

Im guessing this is fixed by #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants