{"id":65005,"library":"hex-simd","title":"Hex SIMD","description":"SIMD-accelerated hex encoding and decoding for high performance.","status":"active","version":"0.8.0","language":"rust","source_language":null,"source_url":"https://github.com/Nugine/simd","tags":["hex","simd","encoding","decoding","performance"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhex-simd = \"0.8.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hex-simd","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"encode","correct":"use hex_simd::encode;"}],"quickstart":{"code":"use hex_simd::encode;\n\nlet data = b\"hello\";\nlet encoded = encode(data);\nprintln!(\"{}\", encoded);","lang":"rust","description":"Encode a byte slice to a hex string using SIMD."},"warnings":[{"fix":"Fall back to non-SIMD implementation if not available.","message":"Requires CPU with SIMD support (SSE2, AVX2, or NEON).","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'acceler':5 'decod':9,16 'encod':7,15 'hex':1,6,13 'high':11 'perform':12,17 'simd':2,4,14 'simd-acceler':3","created_at":"2026-06-17T17:03:13.094964+00:00","updated_at":"2026-06-17T17:03:13.094964+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/hex-simd/","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}}