{"id":17053940,"url":"https://github.com/vertexclique/tokamak","last_synced_at":"2025-04-07T07:07:10.610Z","repository":{"id":145768394,"uuid":"54320237","full_name":"vertexclique/tokamak","owner":"vertexclique","description":"Fusion Reactor for Rust - Atom Rust IDE","archived":false,"fork":false,"pushed_at":"2017-10-13T20:15:50.000Z","size":1803,"stargazers_count":398,"open_issues_count":36,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-31T05:07:17.641Z","etag":null,"topics":["atom-editor","atom-package","atom-plugin","cargo","ide","plugin-suite","rust","tokamak"],"latest_commit_sha":null,"homepage":"https://vertexclique.github.io/tokamak/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vertexclique.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-03-20T13:54:42.000Z","updated_at":"2025-01-24T15:02:09.000Z","dependencies_parsed_at":"2023-04-11T13:46:23.451Z","dependency_job_id":null,"html_url":"https://github.com/vertexclique/tokamak","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertexclique%2Ftokamak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertexclique%2Ftokamak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertexclique%2Ftokamak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertexclique%2Ftokamak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vertexclique","download_url":"https://codeload.github.com/vertexclique/tokamak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"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":["atom-editor","atom-package","atom-plugin","cargo","ide","plugin-suite","rust","tokamak"],"created_at":"2024-10-14T10:13:39.885Z","updated_at":"2025-04-07T07:07:10.592Z","avatar_url":"https://github.com/vertexclique.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# токамак\n\n![Tokamak](http://i.imgur.com/b0t3Hsf.png)\n\n**Fusion Reactor for Rust** -\n[![apm](https://img.shields.io/apm/v/tokamak.svg?style=flat-square)](https://atom.io/packages/tokamak)\n[![Build Status](https://img.shields.io/travis/vertexclique/tokamak.svg?style=flat-square)]()\n\n* Syntax highlighting\n* Creating Cargo project\n* Support for Cargo projects\n* Code Completion with Racer\n* Managing Rust toolchains\n* Code Linting\n* Project specific configuration\n* Code formatting\n* Go to definition\n* Hover for documentation\n* Find references\n* Outline for the file and the project\n* Autocomplete out-of-the-box\n* Code highlight\n\n## токамак project configuration\n\nтокамак supports project configuration for each project. This helps to resolve\neditor and project options. `tokamak.toml` file will be used by helper in the future.\nIt should resides in with same level of `Cargo.toml`.\nBy default Cargo project generated with tokamak will create it also.\nHere is an example `tokamak.toml` file.\n\n```\n[helper]\npath = \"\"                                  # Reserved for future helper path and configurations\n[options]\nsave_buffers_before_run = true             # Saving buffers before every cargo command run\ngeneral_warnings = true                    # Show general warnings\n[project]\nauto_format_timing = 5                     # Run auto formatting for project for specified interval (seconds)\n```\n\n## Upgrading to 0.4.0\n\nRacer support is removed because RLS is going to be the one that will replace Racer.\nLinter package is removed you can disable it in versions after `0.4.0`. Instead of linter, `diagnostics`\nwill be used from `atom-ide-ui` package.\n\n## Contributing\nContribution rules are written in [CONTRIBUTING.md](https://github.com/vertexclique/tokamak/blob/master/CONTRIBUTING.md).\n\n## License\n\nCopyright (c) 2016-2017 Mahmut Bulut\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\u003csub\u003e\u003csup\u003eTokamak logo built from \"3D picture of JET vessel equipped with the ITER-Like Wall\" - Copyright © EUROfusion 2014 - 2018\u003c/sup\u003e\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertexclique%2Ftokamak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvertexclique%2Ftokamak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertexclique%2Ftokamak/lists"}