{"id":52037,"library":"ianlancetaylor-demangle","title":"demangle","description":"Package demangle demangles GCC/LLVM C++ and Rust symbol names.","status":"active","version":"0.0.0-20260505044615-1ff4bf46051f","language":"go","source_language":null,"source_url":"https://github.com/ianlancetaylor/demangle","tags":["demangling","c++","rust","symbols"],"install":[{"cmd":"go get github.com/ianlancetaylor/demangle","lang":"bash","label":"Install github.com/ianlancetaylor/demangle"}],"dependencies":[],"imports":[{"symbol":"demangle","correct":"github.com/ianlancetaylor/demangle"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ianlancetaylor/demangle\"\n)\n\nfunc main() {\n\tdemangled, err := demangle.Demangle(\"_Z3foov\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(demangled)\n}","lang":"go","description":"Demangle a C++ mangled symbol name."},"warnings":[],"env_vars":null,"search_vec":"'c':6,12 'demangl':1,3,4,11 'gcc/llvm':5 'name':10 'packag':2 'rust':8,13 'symbol':9,14","created_at":"2026-06-15T06:38:52.930431+00:00","updated_at":"2026-06-15T06:38:52.930431+00:00","problems":[],"ecosystem":"go","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/ianlancetaylor/demangle","github":"https://github.com/ianlancetaylor/demangle","docs":"https://pkg.go.dev/github.com/ianlancetaylor/demangle#section-documentation","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-15","next_check":"2026-12-12","install_tag":null}}