{"id":57853,"library":"untrusted","title":"Untrusted","description":"Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs.","status":"active","version":"0.9.0","language":"rust","source_language":null,"source_url":"https://github.com/briansmith/untrusted","tags":["parsing","safety","zero-allocation","untrusted-input"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nuntrusted = \"0.9.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add untrusted","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Reader","correct":"use untrusted::Reader;"}],"quickstart":{"code":"use untrusted::Reader;\n\nfn main() {\n    let input = b\"hello\";\n    let mut reader = Reader::new(input);\n    let first = reader.read_byte().unwrap();\n    println!(\"First byte: {}\", first);\n}","lang":"rust","description":"Reads a byte from untrusted input safely."},"warnings":[],"env_vars":null,"search_vec":"'alloc':12,21 'crash':9 'fast':3 'input':16,24 'panic':6 'pars':13,17 'safe':2 'safeti':18 'untrust':1,15,23 'untrusted-input':22 'zero':5,8,11,20 'zero-alloc':10,19 'zero-crash':7 'zero-pan':4","created_at":"2026-06-16T16:02:22.816935+00:00","updated_at":"2026-06-16T16:02:22.816935+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/briansmith/untrusted","github":"https://github.com/briansmith/untrusted","docs":"https://docs.rs/untrusted/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}