{"id":68632,"library":"utf8-decode","title":"UTF-8 Decode","description":"Provides incremental decoding iterators for UTF-8 encoded data.","status":"active","version":"2.0.0","language":"rust","source_language":null,"source_url":"https://github.com/timothee-haudebourg/utf8-decode","tags":["utf-8","decoding","iterator"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nutf8-decode = \"2.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add utf8-decode","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Decoder","correct":"use utf8_decode::Decoder;"}],"quickstart":{"code":"use utf8_decode::Decoder;\n\nfn main() {\n    let bytes = b\"hello\";\n    let decoder = Decoder::new(bytes);\n    for c in decoder {\n        println!(\"{}\", c.unwrap());\n    }\n}","lang":"rust","description":"Decodes UTF-8 bytes incrementally."},"warnings":[],"env_vars":null,"search_vec":"'-8':2,10,14 'data':12 'decod':3,6,15 'encod':11 'increment':5 'iter':7,16 'provid':4 'utf':1,9,13","created_at":"2026-06-17T17:52:09.303225+00:00","updated_at":"2026-06-17T17:52:09.303225+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/timothee-haudebourg/utf8-decode","github":"https://github.com/timothee-haudebourg/utf8-decode","docs":"https://docs.rs/utf8-decode/","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-17","next_check":"2026-12-14","install_tag":null}}