{"id":68500,"library":"codepage-437","title":"Codepage 437","description":"Codepage 437 transcoding for Rust.","status":"active","version":"0.1.0","language":"rust","source_language":null,"source_url":"https://github.com/nabijaczleweli/codepage-437","tags":["codepage","437","encoding","transcoding"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncodepage-437 = \"0.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add codepage-437","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"to_utf8","correct":"use codepage_437::to_utf8;"}],"quickstart":{"code":"use codepage_437::to_utf8;\n\nfn main() {\n    let cp437_bytes = b\"\\x80\\x81\";\n    let utf8_string = to_utf8(cp437_bytes);\n    println!(\"{}\", utf8_string);\n}","lang":"rust","description":"Convert Codepage 437 bytes to UTF-8."},"warnings":[],"env_vars":null,"search_vec":"'437':2,4,9 'codepag':1,3,8 'encod':10 'rust':7 'transcod':5,11","created_at":"2026-06-17T17:50:32.090226+00:00","updated_at":"2026-06-17T17:50:32.090226+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/nabijaczleweli/codepage-437","github":"https://github.com/nabijaczleweli/codepage-437","docs":"https://docs.rs/codepage-437/","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}}