{"id":59291,"library":"chardetng","title":"chardetng","description":"A character encoding detector for legacy Web content.","status":"active","version":"1.0.0","language":"rust","source_language":null,"source_url":"https://github.com/hsivonen/chardetng","tags":["encoding","detection","legacy","web","charset"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nchardetng = \"1.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add chardetng","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"EncodingDetector","correct":"use chardetng::EncodingDetector;"}],"quickstart":{"code":"use chardetng::EncodingDetector;\n\nlet mut detector = EncodingDetector::new();\ndetector.feed(b\"some bytes\", true);\nlet encoding = detector.guess(None, true);\nprintln!(\"Detected encoding: {:?}\", encoding);","lang":"rust","description":"Detect character encoding from byte data."},"warnings":[],"env_vars":null,"search_vec":"'charact':3 'chardetng':1 'charset':14 'content':9 'detect':11 'detector':5 'encod':4,10 'legaci':7,12 'web':8,13","created_at":"2026-06-16T16:57:44.849424+00:00","updated_at":"2026-06-16T16:57:44.849424+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://docs.rs/chardetng/","github":"https://github.com/hsivonen/chardetng","docs":"https://docs.rs/chardetng/","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}}