summaryrefslogblamecommitdiffstats
path: root/README.md
blob: d29b629d6c583a46e03515f2cfcdf569e936e8e0 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                         
A replacement for char
======================

Because Rust's `char::is_ascii*` family of functions takes `&self`, it's
impossible to use them as patterns. This is inconsistent with the rest of
`char::is_*`, which takes `self`.

This crate provides `char`-taking variants of the `is_ascii*` family of
functions.