{"id":13566217,"url":"https://github.com/cooperwalbrun/rust-template","last_synced_at":"2025-04-03T23:31:23.799Z","repository":{"id":38065878,"uuid":"408166928","full_name":"cooperwalbrun/rust-template","owner":"cooperwalbrun","description":"A project template for setting up new Rust 2021 Edition projects with cargo-make/rustfmt/rust-clippy.","archived":false,"fork":false,"pushed_at":"2024-09-22T02:33:47.000Z","size":106,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-04T20:42:21.107Z","etag":null,"topics":["clippy","llvm","rust","rustfmt","template"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cooperwalbrun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-19T15:40:18.000Z","updated_at":"2024-10-19T23:42:09.000Z","dependencies_parsed_at":"2023-01-29T20:45:51.643Z","dependency_job_id":"7eaab7c4-a42d-4585-8836-042862571726","html_url":"https://github.com/cooperwalbrun/rust-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperwalbrun%2Frust-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperwalbrun%2Frust-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperwalbrun%2Frust-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooperwalbrun%2Frust-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cooperwalbrun","download_url":"https://codeload.github.com/cooperwalbrun/rust-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097840,"owners_count":20883125,"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":["clippy","llvm","rust","rustfmt","template"],"created_at":"2024-08-01T13:02:04.756Z","updated_at":"2025-04-03T23:31:20.161Z","avatar_url":"https://github.com/cooperwalbrun.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# rust-template [![master](https://github.com/cooperwalbrun/rust-template/actions/workflows/master.yml/badge.svg)](https://github.com/cooperwalbrun/rust-template/actions/workflows/master.yml) [![codecov](https://codecov.io/gh/cooperwalbrun/rust-template/branch/master/graph/badge.svg?token=SFH1NL79H4)](https://codecov.io/gh/cooperwalbrun/rust-template)\n\n1. [Checklist](#checklist)\n2. [Overview](#overview)\n3. [Contributing](#contributing)\n\n## Checklist\n\n\u003eDid you just clone this repository? Here is a checklist of things you should change before you\n\u003estart developing!\n\n1. Determine whether to delete the `Cargo.lock` file and add an entry for it to the `.gitignore`.\n   The decision to do this will depend on your project's dependency management needs. Refer to\n   [this section](https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control) of\n   the Rust FAQs for more information about the benefits and drawbacks of making this change.\n2. Rename `src/main.rs` to `src/lib.rs` (and remove the `main` function) if your project will *not*\n   be an executable binary. Likewise, be sure to remove all mentions of `run` command(s) from the\n   `CONTRIBUTING.md` and `Makefile.toml` files.\n3. Update other files according to your project's needs (e.g. `Cargo.toml`, `README.md`,\n   `CODEOWNERS`, etc).\n\n## Overview\n\nThis is a template repository. It comes with support for the following:\n\n* Support for all the items below on both Windows and Linux\n* Linting via [rust-clippy](https://github.com/rust-lang/rust-clippy)\n* Formatting via [rustfmt](https://github.com/rust-lang/rustfmt)\n* Unit testing\n* Code coverage analysis and \"pretty\" coverage reporting via\n  [cargo-llvm-cov](https://github.com/taiki-e/cargo-llvm-cov)\n* Orchestration of *all of the above* via [cargo-make](https://github.com/sagiegurari/cargo-make)\n(see [CONTRIBUTING.md](CONTRIBUTING.md) for details)\n\nThis repository also includes other features which are not necessarily specific to Rust, but they\nhave been added for demonstrative purposes:\n\n* Sample [Codecov](https://app.codecov.io) configuration\n* Execution of unit testing-, code coverage-, and Codecov-oriented tasks in an automated fashion via\n  [GitHub Actions workflows](https://docs.github.com/en/actions)\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for developer-oriented information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooperwalbrun%2Frust-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcooperwalbrun%2Frust-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooperwalbrun%2Frust-template/lists"}