{"id":65078,"library":"sonic-rs","title":"Sonic RS","description":"A fast Rust JSON library based on SIMD for high-performance parsing and serialization.","status":"active","version":"0.5.8","language":"rust","source_language":null,"source_url":"https://github.com/cloudwego/sonic-rs","tags":["json","simd","parsing","serialization","performance"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsonic-rs = \"0.5.8\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add sonic-rs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Value","correct":"use sonic_rs::Value;"}],"quickstart":{"code":"use sonic_rs::Value;\n\nfn main() {\n    let json_str = r#\"{\"name\":\"Alice\",\"age\":30}\"#;\n    let v: Value = sonic_rs::from_str(json_str).unwrap();\n    println!(\"Parsed: {:?}\", v);\n}","lang":"rust","description":"Parses a JSON string into a Value using SIMD acceleration."},"warnings":[{"fix":"Ensure your target platform supports SIMD or use fallback features.","message":"Requires a CPU with SIMD support (e.g., SSE4.2 on x86_64).","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'base':8 'fast':4 'high':13 'high-perform':12 'json':6,18 'librari':7 'pars':15,20 'perform':14,22 'rs':2 'rust':5 'serial':17,21 'simd':10,19 'sonic':1","created_at":"2026-06-17T17:04:30.025107+00:00","updated_at":"2026-06-17T17:04:30.025107+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/cloudwego/sonic-rs","github":"https://github.com/cloudwego/sonic-rs","docs":"https://docs.rs/sonic-rs/","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-17","next_check":"2026-12-14","install_tag":null}}