5 releases (stable)
1.1.0 | Sep 2, 2024 |
---|---|
1.0.2 | Oct 28, 2022 |
1.0.0 | Aug 5, 2022 |
#618 in Text processing
26 downloads per month
25KB
104 lines
A replacement for char
This crate provides a replacement for the char
type that is more ergonomic to use.
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.
Builds
Stable | Beta | Nightly | MSRV (1.59.0) | |
---|---|---|---|---|
Linux | ||||
Windows | ||||
macos |
License
charx
is distributed under the Zero Clause BSD license. See LICENSE for details of the license.
Contributing
While this is a single crate with a single focus, We're happy to accept contributions. Pull Requests are welcome. Please see CONTRIBUTING.md for details. You can also use the link below to open an IDE in the cloud to contribute to this project.