{"id":19916717,"url":"https://github.com/encounter/cwdemangle","last_synced_at":"2025-07-11T12:46:04.864Z","repository":{"id":58888270,"uuid":"532258327","full_name":"encounter/cwdemangle","owner":"encounter","description":"CodeWarrior C++ symbol demangler","archived":false,"fork":false,"pushed_at":"2024-03-13T23:34:52.000Z","size":58,"stargazers_count":16,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T06:09:05.842Z","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/encounter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-03T12:47:51.000Z","updated_at":"2025-06-19T18:27:46.000Z","dependencies_parsed_at":"2024-11-12T21:47:27.031Z","dependency_job_id":"e735b36a-667b-409d-8417-1f520219971e","html_url":"https://github.com/encounter/cwdemangle","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"4ddceaec0e353a8376e927d1ae3458eb88a0015d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/encounter/cwdemangle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fcwdemangle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fcwdemangle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fcwdemangle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fcwdemangle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encounter","download_url":"https://codeload.github.com/encounter/cwdemangle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Fcwdemangle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264812143,"owners_count":23667877,"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-11-12T21:47:21.311Z","updated_at":"2025-07-11T12:46:04.825Z","avatar_url":"https://github.com/encounter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cwdemangle [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] ![Rust Version]\n\n[Build Status]: https://github.com/encounter/cwdemangle/actions/workflows/build.yaml/badge.svg\n[actions]: https://github.com/encounter/cwdemangle/actions\n[Latest Version]: https://img.shields.io/crates/v/cwdemangle.svg\n[crates.io]: https://crates.io/crates/cwdemangle\n[Api Rustdoc]: https://img.shields.io/badge/api-rustdoc-blue.svg\n[rustdoc]: https://docs.rs/cwdemangle\n[Rust Version]: https://img.shields.io/badge/rust-1.58+-blue.svg?maxAge=3600\n\nA CodeWarrior C++ symbol demangler.\n\n## Usage\n\n### CLI\n\nStatic binaries available from [releases](https://github.com/encounter/cwdemangle/releases) or install via `cargo install cwdemangle-bin`.\n\n```shell\ncwdemangle 'BuildLight__9CGuiLightCFv'\n```\n\nPass `--help` to see available options.\n\n### Library\n\n- No dependencies\n- `#![no_std]` compatible (requires `alloc`)\n\nCargo.toml:\n\n```toml\n[dependencies]\ncwdemangle = \"0.2\"\n```\n\nUsage:\n\n```rust\nuse cwdemangle::{demangle, DemangleOptions};\n\nlet result = demangle(\"BuildLight__9CGuiLightCFv\", \u0026DemangleOptions::default());\nassert_eq!(result, Some(\"CGuiLight::BuildLight() const\".to_string()));\n```\n\n### License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Fcwdemangle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencounter%2Fcwdemangle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Fcwdemangle/lists"}