{"id":16105766,"url":"https://github.com/devlights/try-rust","last_synced_at":"2025-08-07T16:29:46.002Z","repository":{"id":54888312,"uuid":"331845895","full_name":"devlights/try-rust","owner":"devlights","description":"This is my TUTORIAL project for rust.","archived":false,"fork":false,"pushed_at":"2024-08-26T09:19:40.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T00:44:46.835Z","etag":null,"topics":["rust","rust-lang","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/devlights.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":"2021-01-22T05:27:39.000Z","updated_at":"2024-08-26T09:19:44.000Z","dependencies_parsed_at":"2024-10-31T18:26:42.504Z","dependency_job_id":null,"html_url":"https://github.com/devlights/try-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devlights/try-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Ftry-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Ftry-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Ftry-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Ftry-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlights","download_url":"https://codeload.github.com/devlights/try-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Ftry-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269289351,"owners_count":24392019,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","rust-lang","tutorial"],"created_at":"2024-10-09T19:10:34.092Z","updated_at":"2025-08-07T16:29:45.950Z","avatar_url":"https://github.com/devlights.png","language":"Rust","readme":"# try-rust\n\nThis is my TUTORIAL project for rust.\n\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/devlights/try-rust)\n\n## Run\n\n```sh\n$ task -d /path/to/example\n```\n\n```sh\n$ task -d helloworld/\ntask: [default] cargo run\n   Compiling helloworld v0.1.0 (/home/dev/dev/github/try-rust/helloworld)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s\n     Running `/home/dev/dev/github/try-rust/target/debug/helloworld`\n[00] Hello, world!\n[01] Hello, world!\n[02] Hello, world!\n```\n\n## サンプルの追加方法\n\n1. Cargo.toml に プロジェクト名 を追加\n\n```toml\n[workspace]\nresolver = \"2\"\nmembers = [\n    \"helloworld\",\n]\n```\n\n2. cargo new でプロジェクトを追加\n\n```sh\n$ cargo new name-of-project\n```\n\n## REFERENCES\n\n- Tour of Rust\n  - https://tourofrust.com/00_ja.html\n- The Rust Programming Language 日本語版\n  - https://doc.rust-jp.rs/book-ja/\n- １つのgitリポジトリにcargoのワークスペースを複数作成する\n  - https://zenn.dev/shotaro_tsuji/articles/583bd9dc8dc12f\n- RustでCargoの仮想ワークスペース（virtual workspaces）使用時にのみ依存パッケージのコンパイルに失敗する\n  - https://blog.publictheta.com/memos/aGNz9GK17bQnR04Ee4ySd\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlights%2Ftry-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlights%2Ftry-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlights%2Ftry-rust/lists"}