{"id":59807,"library":"base64-simd","title":"Base64 SIMD","description":"SIMD-accelerated base64 encoding and decoding.","status":"active","version":"0.8.0","language":"rust","source_language":null,"source_url":"https://github.com/Nugine/simd","tags":["base64","simd","encoding","decoding","performance"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbase64-simd = \"0.8.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add base64-simd","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Base64","correct":"use base64_simd::Base64;"}],"quickstart":{"code":"use base64_simd::Base64;\n\nfn main() {\n    let encoded = Base64::encode(b\"hello world\");\n    println!(\"{}\", encoded);\n    let decoded = Base64::decode(&encoded).unwrap();\n    println!(\"{:?}\", decoded);\n}","lang":"rust","description":"Encodes and decodes a string using SIMD-accelerated base64."},"warnings":[{"fix":"Fallback to scalar implementation is automatic, but check CPU features","message":"Requires CPU with AVX2 or SSE4.1 support for full performance","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'acceler':5 'base64':1,6,10 'decod':9,13 'encod':7,12 'perform':14 'simd':2,4,11 'simd-acceler':3","created_at":"2026-06-16T17:17:22.850078+00:00","updated_at":"2026-06-16T17:17:22.850078+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/Nugine/simd","github":"https://github.com/Nugine/simd","docs":"https://docs.rs/base64-simd/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"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}}