{"id":19293506,"url":"https://github.com/reloaded-project/reloaded-templates-rust","last_synced_at":"2025-02-24T00:22:01.492Z","repository":{"id":180006357,"uuid":"664421353","full_name":"Reloaded-Project/reloaded-templates-rust","owner":"Reloaded-Project","description":"[WIP] Common Project Configurations for Developing and Shipping Cross Platform Rust code in The Reloaded Project","archived":false,"fork":false,"pushed_at":"2024-09-06T18:27:48.000Z","size":509,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-06T21:53:31.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/Reloaded-Project.png","metadata":{"files":{"readme":"README.MD","changelog":null,"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}},"created_at":"2023-07-09T23:43:16.000Z","updated_at":"2024-09-06T18:27:52.000Z","dependencies_parsed_at":"2024-04-05T18:30:46.798Z","dependency_job_id":"bc1f98dc-8cba-4a93-95d1-b1a65fa62ab4","html_url":"https://github.com/Reloaded-Project/reloaded-templates-rust","commit_stats":null,"previous_names":["reloaded-project/reloaded-project-configurations-rust","reloaded-project/reloaded-templates-rust"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2Freloaded-templates-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2Freloaded-templates-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2Freloaded-templates-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloaded-Project%2Freloaded-templates-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reloaded-Project","download_url":"https://codeload.github.com/Reloaded-Project/reloaded-templates-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240396807,"owners_count":19794732,"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-09T22:35:14.534Z","updated_at":"2025-02-24T00:22:01.439Z","avatar_url":"https://github.com/Reloaded-Project.png","language":"PowerShell","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Reloaded-Project/reloaded-templates-rust\" target=\"_blank\"\u003e\n    \u003cimg src=\"./assets/reloaded-logo.png\" alt=\"reloaded Logo\" width=\"100\"/\u003e\n  \u003c/a\u003e\n\n  \u003ch1 align=\"center\"\u003eReloaded Rust Templates\u003c/h1\u003e\n\n  \u003cp\u003e\n\u003c!-- TODO: Add CI/CD for Templates \n    \u003ca href=\"https://github.com/Reloaded-Project/reloaded-templates-rustactions?query=\"\u003e\n      \u003cimg src=\"https://github.com/Reloaded-Project/reloaded-templates-rust/actions/workflows/build.yml/badge.svg\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n--\u003e\n    \u003ca href=\"./LICENSE-MIT\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License-MIT\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n##\n\nThis template repository is [Sewer's][sewer56] opinionated [Rust][rust], library and other Reloaded \nproject generators, which use the [cargo-generate][cargo-generate] tool.  \n\nThese templates provide various features for getting-up and running with cross platform Rust library \nor Reloaded3 mod development.  \n\n- Standardized README, Contributing Guidelines \u0026 Project Layout.  \n- GitHub Issue and Pull Request templates.  \n- VSCode Workflow \u0026 Integration.  \n- Test, lint, audit, and code coverage (via [Codecov][codecov] GitHub Action workflows.  \n- A choice of an [Apache][apache], [MIT][mit], [LGPLv3][lgplv3] or [GPLv3][gplv3] licenses.  \n- [`cargo-bench`](https://doc.rust-lang.org/cargo/commands/cargo-bench.html) integration \n  (*optional*).  \n- Cross-compilation \u0026 testing; including testing for Wine on Linux (*optional*).  \n- Profile Guided Optimization (*optional*).\n- Native C exports (*optional*), and C# exports.  \n\n## Outline\n\n- [Project Templates](#project-templates)\n- [Getting Started](#getting-started)\n- [Thanks](#thanks)\n- [License](#license)\n\n## Project Templates\n\nThis repository contains two sub-templates:\n\n- `library`: for generating a rust library, webserver, or binary/executable\n  project.  \n\n- `reloaded3` for generating a [Reloaded-III](https://reloaded-project.github.io/Reloaded-III/)\n  mod written in Rust. Coming 2024.  \n\n## Getting Started\n\nInstall [cargo-generate][cargo-generate] via `cargo install cargo-generate`, and create project from template:\n\n```bash\n# This might take a while\ncargo install cargo-generate\ncargo generate --git https://github.com/Reloaded-Project/reloaded-templates-rust.git\n```\n\nMore installation options are available [here][cargo-generate-install].\n\nThe experience running through the experience should look something like this:\n\n\u003c!-- TODO: Update This --\u003e\n![cargo-generate Rust Binary Application Screenshot](./assets/example-create.png)\n\nOnce you generate a template, further instructions might await in your project's README file 😉.\n\n## Thanks\n\nThese templates are inspired by [fission-codes/rust-template][rust-template] and [rust-github/template][rust-github-template]; and their contributors. I'd like to extend my personal token of gratitude.\n\n# License\n\nThis repository is licensed under the MIT license; however note, most Reloaded components themselves \nare licensed LGPL or GPLv3.\n\n[apache]: https://www.apache.org/licenses/LICENSE-2.0\n[cargo-generate]: https://github.com/cargo-generate/cargo-generate\n[cargo-generate-install]: https://github.com/cargo-generate/cargo-generate#installation\n[codecov]: https://about.codecov.io/\n[lgplv3]: https://www.gnu.org/licenses/lgpl-3.0.en.html#license-text\n[gplv3]: https://www.gnu.org/licenses/gpl-3.0.en.html#license-text\n[mit]: http://opensource.org/licenses/MIT\n[rust]: https://www.rust-lang.org/\n[rust-github-template]: https://github.com/rust-github/template\n[rust-template]: https://github.com/fission-codes/rust-template\n[sewer56]: https://github.com/Sewer56","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloaded-project%2Freloaded-templates-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freloaded-project%2Freloaded-templates-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloaded-project%2Freloaded-templates-rust/lists"}