{"id":13648837,"url":"https://github.com/luser/rustfilt","last_synced_at":"2025-04-12T18:54:06.358Z","repository":{"id":39008212,"uuid":"58757965","full_name":"luser/rustfilt","owner":"luser","description":"Demangle Rust symbols","archived":false,"fork":false,"pushed_at":"2023-05-31T16:23:14.000Z","size":35,"stargazers_count":236,"open_issues_count":1,"forks_count":20,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-14T02:47:50.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-05-13T17:00:31.000Z","updated_at":"2024-10-10T14:48:13.000Z","dependencies_parsed_at":"2024-01-14T10:59:41.053Z","dependency_job_id":"243c4686-929c-4f48-b46f-51dd9b4aca7c","html_url":"https://github.com/luser/rustfilt","commit_stats":{"total_commits":19,"total_committers":6,"mean_commits":"3.1666666666666665","dds":0.368421052631579,"last_synced_commit":"3c81f107b73fdcf7bbb98b426c1214f15946ec90"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luser%2Frustfilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luser%2Frustfilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luser%2Frustfilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luser%2Frustfilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luser","download_url":"https://codeload.github.com/luser/rustfilt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618262,"owners_count":21134200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:04:35.769Z","updated_at":"2025-04-12T18:54:06.326Z","avatar_url":"https://github.com/luser.png","language":"Rust","readme":"[![main](https://github.com/luser/rustfilt/actions/workflows/main.yml/badge.svg)](https://github.com/luser/rustfilt/actions/workflows/main.yml)\n[![Crates.io](https://img.shields.io/crates/v/rustfilt.svg)](https://crates.io/crates/rustfilt)\n\nDemangle Rust symbol names using [rustc-demangle](https://github.com/alexcrichton/rustc-demangle). `rustfilt` works similarly to `c++filt`, in that it accepts mangled symbol names as command line arguments, and if none are provided it accepts mangled symbols from stdin. Demangled symbols are written to stdout.\n\n## Installation\n````bash\ncargo install rustfilt\n````\n\n## Usage\nTo demangle a file, simply run:\n````bash\nrustfilt -i mangled.txt -o demangled.txt\n````\nRustfilt can also accept data from stdin, and pipe to stdout:\n````\ncurl http://example.com/mangled-symbols.txt | rustfilt | less\n````\n\nBy default, rustfilt strips the generated 'hashes' from the mangled names.\nIf these need to be kept, simply pass the `-h` option to rustfilt.\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluser%2Frustfilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluser%2Frustfilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluser%2Frustfilt/lists"}