{"id":74303,"library":"bs64","title":"BS64","description":"SIMD-accelerated Base64 encoding and decoding library.","status":"active","version":"0.1.2","language":"rust","source_language":null,"source_url":"https://github.com/ozgb/bs64","tags":["base64","simd","encoding","performance"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbs64 = \"0.1.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add bs64","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"encode","correct":"use bs64::encode;"}],"quickstart":{"code":"use bs64::encode;\n\nfn main() {\n    let encoded = encode(b\"hello\");\n    println!(\"{}\", encoded);\n}","lang":"rust","description":"Encodes a byte slice to a Base64 string."},"warnings":[{"fix":"Fallback to scalar implementation is available but slower.","message":"Requires CPU with SIMD support (SSE4.1 or NEON) for acceleration.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'acceler':4 'base64':5,10 'bs64':1 'decod':8 'encod':6,12 'librari':9 'perform':13 'simd':3,11 'simd-acceler':2","created_at":"2026-06-17T19:01:56.868188+00:00","updated_at":"2026-06-17T19:01:56.868188+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/ozgb/bs64","github":"https://github.com/ozgb/bs64","docs":"https://docs.rs/bs64/","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}}