{"id":16376571,"url":"https://github.com/killercup/rust-dbg-enhancer","last_synced_at":"2026-04-07T05:30:18.466Z","repository":{"id":66475180,"uuid":"194686282","full_name":"killercup/rust-dbg-enhancer","owner":"killercup","description":"reformats some subset of Rust's Debug style formatting","archived":false,"fork":false,"pushed_at":"2019-07-01T15:10:17.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T08:17:33.952Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"","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/killercup.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":"2019-07-01T14:15:33.000Z","updated_at":"2019-07-01T15:10:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"577f3fdd-b1a9-4e26-b8b3-7f50872346eb","html_url":"https://github.com/killercup/rust-dbg-enhancer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killercup%2Frust-dbg-enhancer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killercup%2Frust-dbg-enhancer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killercup%2Frust-dbg-enhancer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killercup%2Frust-dbg-enhancer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killercup","download_url":"https://codeload.github.com/killercup/rust-dbg-enhancer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970661,"owners_count":19727010,"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":["rust"],"created_at":"2024-10-11T03:25:09.541Z","updated_at":"2026-04-07T05:30:18.397Z","avatar_url":"https://github.com/killercup.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust debug formatting enhancer\n\nSimple tool that reformats some subset of Rust's Debug style formatting (`{:?}`)\nto be easier readable (like `{:#?}`). Useful when you can't change the output\nyourself.\n\n[![Travis Status](https://travis-ci.org/killercup/rust-dbg-enhancer.svg?branch=master)](https://travis-ci.org/killercup/rust-dbg-enhancer)\n\n## Install\n\n`cargo install --git https://github.com/killercup/rust-dbg-enhancer`\n\n## Usage\n\nSimple:\n\n```console\n$ echo 'Pair { rule: group, span: Span { str: \"[Level2]\", start: 204, end: 212 }, inner: [] }' | rust-dbg-enhancer\nPair {\n    rule: group,\n    span: Span {\n        str: \"[Level2]'\",\n        start: 204,\n        end: 212,\n    },\n    inner: [],\n}\n```\n\nUsing macOS copy-paste helpers:\n\n```console\n$ pbpaste | rust-dbg-enhancer\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\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms or\nconditions.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillercup%2Frust-dbg-enhancer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillercup%2Frust-dbg-enhancer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillercup%2Frust-dbg-enhancer/lists"}