Registry / utility / utf-8
library0.7.6rscratesunverified

Incremental, zero-copy UTF-8 decoding with error handling.

# Cargo.toml [dependencies] utf-8 = "0.7.6"
INSTALL
IMPORT
SIG · UTF-8
U
utf-8
utilityrustv0.7.6
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.

Decoded
use utf8::Decoded;

Decodes a UTF-8 byte slice

use utf8::decode; let input = b"hello"; let result = decode(input); println!("Decoded: {:?}", result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
utf-8 — cargo add utf-8 · libregistry