{"id":48002076,"url":"https://github.com/statiolake/vscode-rustfmt","last_synced_at":"2026-04-04T12:24:02.326Z","repository":{"id":39861336,"uuid":"169356613","full_name":"statiolake/vscode-rustfmt","owner":"statiolake","description":"Register Rustfmt as a formatter for rust","archived":false,"fork":false,"pushed_at":"2025-05-29T15:27:46.000Z","size":145,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T16:55:35.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statiolake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-06T04:52:15.000Z","updated_at":"2025-05-29T15:26:52.000Z","dependencies_parsed_at":"2025-05-29T16:27:07.492Z","dependency_job_id":null,"html_url":"https://github.com/statiolake/vscode-rustfmt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/statiolake/vscode-rustfmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-rustfmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-rustfmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-rustfmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-rustfmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statiolake","download_url":"https://codeload.github.com/statiolake/vscode-rustfmt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fvscode-rustfmt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31399828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-04-04T12:24:02.191Z","updated_at":"2026-04-04T12:24:02.272Z","avatar_url":"https://github.com/statiolake.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-rustfmt\n\nRegister `rustfmt` as a formatter for Rust code.\n\nNote: You basically doesn't need this extension since now you can use official [Rust Analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) extension to run formatter (even for single Rust file).\n\n## Features\n\n- Format when editing `.rs` file.\n\n## Configurations\n\nInclude the following setting to your `settings.json`:\n\n```\n    \"[rust]\": {\n        \"editor.defaultFormatter\": \"statiolake.vscode-rustfmt\",\n        \"editor.formatOnSave\": true  //optional\n    }\n```\n\nAlternatively, you can use official formatter:\n\n```\n    \"[rust]\": {\n        \"editor.defaultFormatter\": \"rust-lang.rust\",\n        \"editor.formatOnSave\": true  //optional\n    }\n```\n\n## Requirements\n\nYou must have `rustfmt` in your PATH.\n\n## Release Notes\n\n### Version 0.1.3\n\nMake `edition` flag configurable (defaults to 2021).\n\n### Version 0.1.2\n\nAdd `--edition 2018` flag.\n\n### Version 0.1.1\n\nFix and issue related to not picking the local rustfmt.toml. (#2)\n\n### Version 0.1.0\n\n(This version is lost)\n\n### Version 0.0.1\n\nInitial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatiolake%2Fvscode-rustfmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatiolake%2Fvscode-rustfmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatiolake%2Fvscode-rustfmt/lists"}