{"id":22124204,"url":"https://github.com/federicoponzi/rust-ci","last_synced_at":"2025-10-29T10:23:22.320Z","repository":{"id":74371214,"uuid":"251140997","full_name":"FedericoPonzi/rust-ci","owner":"FedericoPonzi","description":"A template repo for your rust project.","archived":false,"fork":false,"pushed_at":"2020-07-12T20:07:43.000Z","size":22,"stargazers_count":16,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T07:49:02.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/FedericoPonzi.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":"2020-03-29T21:44:34.000Z","updated_at":"2023-04-13T13:26:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e234549-8908-4b28-8c74-b20ebd28daea","html_url":"https://github.com/FedericoPonzi/rust-ci","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoPonzi%2Frust-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoPonzi%2Frust-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoPonzi%2Frust-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoPonzi%2Frust-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FedericoPonzi","download_url":"https://codeload.github.com/FedericoPonzi/rust-ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248173366,"owners_count":21059592,"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-12-01T15:46:52.409Z","updated_at":"2025-10-29T10:23:17.278Z","avatar_url":"https://github.com/FedericoPonzi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template repo for your rust project\nThis template includes a Github workflow that will:\n * Check the style (rustfmt + cargo clippy)\n * Test your code on rust stable, beta and nightly\n * Publish a new release when you push a tag on master in the form of `v*.*.*`\n * Create a new docker image for master and every release.\n\n# Usage\nIn order to use this:\n\n* Click on \"Use this template\" near \"Clone or download\".\n* Open `.github/workflows/release.yml` and replace all occurrences of `rust-ci` with your binary name (try doing cargo build, and look in the target/debug drectory for your binary name).\n* If you want to use the push-to-docker step:\n  * Add your docker username and password in the secrets of the github repository.\n  * Replace `federicoponzi/rust-ci` with the name of your repo/image.\n  * You can find the example docker image [here](https://hub.docker.com/repository/docker/federicoponzi/rust-ci)\n* If you don't want to use the docker step, you can just safely remove it.\n  \n\u003e The place that need updated are marked with an \"UPDATEME\" comment!\n\n### Then:\n\n* When you push any changes, your code will be tested.\n* If you want to create a new release, just push a new git tag, for example:\n\n```\ngit tag v0.0.1 \u0026\u0026 git push origin --tag\n```\nYou can check the result in the [releases](https://github.com/FedericoPonzi/rust-ci/releases) page.\n\n\n# TODO\n* Figure how to use (cargo) caching.\n* Add some static analyzer\n\nPRs are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericoponzi%2Frust-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedericoponzi%2Frust-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericoponzi%2Frust-ci/lists"}