Registry / utility / untrusted

untrusted

JSON →
library0.9.0rscratesunverified

Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs.

# Cargo.toml [dependencies] untrusted = "0.9.0"
INSTALL
IMPORT
SIG · UNTRUSTED
U
untrusted
utilityrustv0.9.0
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.

Reader
✓ use untrusted::Reader;

Reads a byte from untrusted input safely.

use untrusted::Reader; fn main() { let input = b"hello"; let mut reader = Reader::new(input); let first = reader.read_byte().unwrap(); println!("First byte: {}", first); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
untrusted — cargo add untrusted · libregistry