Registry / utility / utf8parse

utf8parse

JSON →
library0.2.2rscratesunverified

Table-driven UTF-8 parser for efficiently validating and parsing UTF-8 encoded text.

# Cargo.toml [dependencies] utf8parse = "0.2.2"
INSTALL
IMPORT
SIG · UTF8PARSE
U
utf8parse
utilityrustv0.2.2
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.

Parser
✓ use utf8parse::Parser;

Parse a UTF-8 byte slice

use utf8parse::Parser; fn main() { let mut parser = Parser::new(); let result = parser.advance(b"Hello"); println!("Parsed: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
utf8parse — cargo add utf8parse · libregistry