{"id":22350128,"url":"https://github.com/gcp-development/basic-rust","last_synced_at":"2025-03-26T11:26:02.027Z","repository":{"id":142830094,"uuid":"561376453","full_name":"gcp-development/basic-rust","owner":"gcp-development","description":"Simple Basic Rust Examples","archived":false,"fork":false,"pushed_at":"2022-11-04T08:19:57.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T12:48:58.543Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/gcp-development.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":"2022-11-03T14:58:36.000Z","updated_at":"2022-11-23T12:01:24.000Z","dependencies_parsed_at":"2023-03-21T20:02:56.605Z","dependency_job_id":null,"html_url":"https://github.com/gcp-development/basic-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcp-development%2Fbasic-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcp-development%2Fbasic-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcp-development%2Fbasic-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcp-development%2Fbasic-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gcp-development","download_url":"https://codeload.github.com/gcp-development/basic-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245642825,"owners_count":20648925,"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":["rust"],"created_at":"2024-12-04T11:10:19.616Z","updated_at":"2025-03-26T11:26:02.021Z","avatar_url":"https://github.com/gcp-development.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# basic-rust\nSimple Basic Rust Examples\n\nIt's assumed that Rust is [configured and running](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n\nCompile and execute unit, integration, and documentation [tests](https://doc.rust-lang.org/cargo/commands/cargo-test.html).\n```bash\ncargo test\n```\n\nBuild the [documentation](https://doc.rust-lang.org/cargo/commands/cargo-doc.html) for the local package and all dependencies. The output is placed in target/doc.\n```bash\ncargo doc\n```\n\n[Compile](https://doc.rust-lang.org/cargo/commands/cargo-build.html) local packages and all of their dependencies.\n```bash\ncargo build\n```\n\nExecute the compiled code.\n```bash\n./target/debug/basic-rust --dev\n```\n\n[Remove](https://doc.rust-lang.org/cargo/commands/cargo-clean.html) artifacts from the target directory that Cargo has generated in the past.\n```bash\ncargo clean\n```\n\nReferences:\u003cbr/\u003e\n[The Cargo Book](https://doc.rust-lang.org/cargo/index.html)\u003cbr/\u003e\n[The Rust Programming Language](https://doc.rust-lang.org/book/title-page.html)\u003cbr/\u003e\n[rustlings](https://github.com/rust-lang/rustlings/)\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcp-development%2Fbasic-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcp-development%2Fbasic-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcp-development%2Fbasic-rust/lists"}