Registry / utility / utf8-ranges

utf8-ranges

JSON →
library1.0.5rscratesunverified

DEPRECATED. Use regex-syntax::utf8 submodule instead.

# Cargo.toml [dependencies] utf8-ranges = "1.0.5"
INSTALL
IMPORT
SIG · UTF8-RANGES
U
utf8-ranges
utilityrustv1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Utf8Ranges
✓ use utf8_ranges::Utf8Ranges;

Creates a new Utf8Ranges instance (deprecated).

use utf8_ranges::Utf8Ranges; fn main() { let ranges = Utf8Ranges::new(); println!("{:?}", ranges); }
Debug
Known issues
breakingCrate is deprecated; use regex-syntax::utf8 instead.
fix
Replace with `use regex_syntax::utf8::Utf8Ranges;`.
affects: >=1.0.0
Upgrade
Version history
1.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
utf8-ranges — cargo add utf8-ranges · libregistry