swgillespie / unicode-categories
A simple crate that allows for unicode categories can be queried for characters.
☆18Updated 3 years ago
Alternatives and similar repositories for unicode-categories:
Users that are interested in unicode-categories are comparing it to the libraries listed below
- Unicode caseless matching☆22Updated 2 weeks ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆50Updated last year
- Incremental, zero-copy UTF-8 decoding for Rust☆24Updated last year
- Rust crate for accepting general reference-like values without proliferating generics.☆35Updated 8 years ago
- Standard Rust log crate adapter to slog-rs☆12Updated 2 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆29Updated last year
- Analyzing Travis and Azure Pipelines logs to find encountered errors☆42Updated 9 months ago
- Take a reference and get back a slice of length one☆25Updated 3 years ago
- A procedural macro implementation of `quote!`.☆24Updated last year
- ☆27Updated 9 months ago
- Minimal Adler32 implementation for Rust.☆21Updated 3 years ago
- Full precision decimal representation of f64☆25Updated 2 months ago
- An implementation of random number generator based on rdrand instruction☆25Updated last year
- Rust String type with configurable byte storage.☆34Updated 4 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 9 months ago
- Rust library for checking the installed/running rustc's version.☆51Updated 5 months ago
- Helps you frob those bits☆35Updated 5 months ago
- This library provides a simple ASN.1-DER en-/decoder☆9Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- Parse zoneinfo files from the IANA database☆7Updated 9 months ago
- char <-> Unicode character name☆22Updated 8 years ago
- Minimal float parser primitives with a focus on compile times.☆22Updated 2 years ago
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things