{"id":31274177,"url":"https://github.com/rmw-lib/rust_tmpl","last_synced_at":"2026-05-15T13:31:12.987Z","repository":{"id":46656209,"uuid":"515499183","full_name":"rmw-lib/rust_tmpl","owner":"rmw-lib","description":"rust project template","archived":false,"fork":false,"pushed_at":"2023-01-20T22:18:08.000Z","size":75,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T22:42:05.971Z","etag":null,"topics":["rust","template"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/rmw-lib.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}},"created_at":"2022-07-19T08:28:39.000Z","updated_at":"2022-07-26T10:18:33.000Z","dependencies_parsed_at":"2023-02-12T06:01:29.810Z","dependency_job_id":null,"html_url":"https://github.com/rmw-lib/rust_tmpl","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/rmw-lib/rust_tmpl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmw-lib%2Frust_tmpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmw-lib%2Frust_tmpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmw-lib%2Frust_tmpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmw-lib%2Frust_tmpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmw-lib","download_url":"https://codeload.github.com/rmw-lib/rust_tmpl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmw-lib%2Frust_tmpl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["rust","template"],"created_at":"2025-09-23T22:41:46.247Z","updated_at":"2026-05-15T13:31:12.741Z","avatar_url":"https://github.com/rmw-lib.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- EDIT /Users/z/rmw/rust_tmpl/README.md --\u003e\n\n# rust_tmpl\n\n\u003ca href=\"https://docs.rs/rust_tmpl\"\u003e\u003cimg src=\"https://img.shields.io/badge/RUST-API%20DOC-blue?style=for-the-badge\u0026logo=docs.rs\u0026labelColor=333\" alt=\"Api Doc\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/rmw-lib/rust_tmpl/releases\"\u003e\u003cimg src=\"https://img.shields.io/badge/Download-EXE-090?style=for-the-badge\u0026logo=rust\u0026labelColor=333\" alt=\"Download\"\u003e\u003c/a\u003e\n\n[English](#english-readme) | [中文说明](#中文说明)\n\n---\n\n## English Readme\n\n\u003c!-- EDIT /Users/z/rmw/rust_tmpl/doc/en/readme.md --\u003e\n\nrust_tmpl : rust project template\n\nWhen the git tag is vX.X.X, the binary will be automatically released to github release\n\nA performance report will be generated for each commit (see link below)\n\n\u003e Below is readme template\n\n### Use\n\n[→ examples/main.rs](examples/main.rs)\n\n```rust\nuse anyhow::Result;\nuse rust_tmpl::add;\n\nfn main() -\u003e Result\u003c()\u003e {\n  dbg!(add(1, 2));\n  Ok(())\n}\n```\n\n\n### Install\n\n[Download from github](https://github.com/rmw-lib/rust_tmpl/releases) or `cargo install mdi`\n\n### Link\n\n* [benchmark report log](https://rmw-lib.github.io/rust_tmpl/dev/bench/)\n\n### About\n\nThis project is part of **[rmw.link](//rmw.link)** Code Project\n\n![rmw.link logo](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)\n\n---\n\n## 中文说明\n\n\u003c!-- EDIT /Users/z/rmw/rust_tmpl/doc/zh/readme.md --\u003e\n\nrust_tmpl : rust 项目模板\n\n当 git tag 为 vX.X.X 的时候，会自动发版二进制文件到 github release\n\n每次提交都会生成性能报告（见下面链接 ）\n\n\u003e 以下为文档模板\n\n### 安装\n\n[点此下载](https://github.com/rmw-lib/rust_tmpl/releases) 或者 `cargo install mdi`\n\n### 使用\n\n[→ examples/main.rs](examples/main.rs)\n\n```rust\nuse anyhow::Result;\nuse rust_tmpl::add;\n\nfn main() -\u003e Result\u003c()\u003e {\n  dbg!(add(1, 2));\n  Ok(())\n}\n```\n\n\n### 链接\n\n* [性能评测日志](https://rmw-lib.github.io/rust_tmpl/dev/bench/)\n\n### 关于\n\n本项目隶属于 **人民网络 ([rmw.link](//rmw.link))** 代码计划。\n\n![人民网络海报](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmw-lib%2Frust_tmpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmw-lib%2Frust_tmpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmw-lib%2Frust_tmpl/lists"}