{"id":16208507,"url":"https://github.com/gentoo90/rust_syntax_visualizer","last_synced_at":"2026-04-27T17:32:56.033Z","repository":{"id":66117607,"uuid":"111946846","full_name":"gentoo90/rust_syntax_visualizer","owner":"gentoo90","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-14T19:40:11.000Z","size":376,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T20:47:03.021Z","etag":null,"topics":["developer-tools","gtk3","gtksourceview","gui","rust","syntax-tree"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gentoo90.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-11-24T18:39:13.000Z","updated_at":"2017-11-24T18:44:22.000Z","dependencies_parsed_at":"2023-02-20T18:00:55.759Z","dependency_job_id":null,"html_url":"https://github.com/gentoo90/rust_syntax_visualizer","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"a2cc2f7c545ceafc5629f631a290c4455ca2665f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gentoo90/rust_syntax_visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentoo90%2Frust_syntax_visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentoo90%2Frust_syntax_visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentoo90%2Frust_syntax_visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentoo90%2Frust_syntax_visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gentoo90","download_url":"https://codeload.github.com/gentoo90/rust_syntax_visualizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentoo90%2Frust_syntax_visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["developer-tools","gtk3","gtksourceview","gui","rust","syntax-tree"],"created_at":"2024-10-10T10:17:20.833Z","updated_at":"2026-04-27T17:32:56.018Z","avatar_url":"https://github.com/gentoo90.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Syntax Visualizer\n\nA GUI tool that allows to explore the AST of a rust source file.\n\nStatus: proof of concept.\n\nUses `GTK+-3` and `GtkSourceView-3` for GUI and `syntax_syntex` for rust parsing.\n\nInspired by [Roslyn Syntax Visualizer](https://github.com/dotnet/roslyn/wiki/Syntax-Visualizer).\n\n![rust_syntax_visualizer](rust_syntax_visualizer.gif)\n\n## Prerequisites\n\n### `GTK+-3`\n\nFollow [this instruction](http://gtk-rs.org/docs-src/requirements.html) to install.\n\n### `GtkSourceView-3`\n\nDebian and Ubuntu:\n```\nsudo apt-get install libgtksourceview-3.0-dev\n```\n\nFedora:\n```\nsudo yum install gtksourceview3-devel\n```\n\nWindows x86:\n```\npacman -S mingw-w64-i686-gtksourceview3\n```\n\nWindows x64:\n```\npacman -S mingw-w64-x86_64-gtksourceview3\n```\n\n## Run\n\n`cargo run -- path/to/rust/file.rs`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgentoo90%2Frust_syntax_visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgentoo90%2Frust_syntax_visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgentoo90%2Frust_syntax_visualizer/lists"}