charclass 0.3.0

Library crate to define and modify unicode character classes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# charclass

[![Build status](https://github.com/phorward/charclass/actions/workflows/main.yml/badge.svg)](https://github.com/phorward/charclass/actions/workflows/main.yml)
[![docs.rs](https://img.shields.io/docsrs/charclass)](https://docs.rs/charclass/latest/charclass/)
[![crates.io](https://img.shields.io/crates/v/charclass)](https://crates.io/crates/charclass)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

Library crate to define and modify unicode character classes.

## About

`charclass` is a Rust library crate to provide functions for character-class handling.

## License

`charclass` is free software under the MIT license.<br>
Please see the LICENSE file for more details.