{"id":19347993,"url":"https://github.com/wilmoore/rust","last_synced_at":"2025-07-21T16:07:53.410Z","repository":{"id":66213801,"uuid":"161169160","full_name":"wilmoore/rust","owner":"wilmoore","description":"Rust examples","archived":false,"fork":false,"pushed_at":"2019-02-03T16:23:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T08:08:16.492Z","etag":null,"topics":["code-examples","code-samples","example-code","examples","rust","rust-language"],"latest_commit_sha":null,"homepage":"","language":null,"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/wilmoore.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":"2018-12-10T12:08:11.000Z","updated_at":"2019-02-03T16:23:33.000Z","dependencies_parsed_at":"2023-02-21T23:16:11.611Z","dependency_job_id":null,"html_url":"https://github.com/wilmoore/rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wilmoore/rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmoore%2Frust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmoore%2Frust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmoore%2Frust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmoore%2Frust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilmoore","download_url":"https://codeload.github.com/wilmoore/rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmoore%2Frust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332598,"owners_count":23912663,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["code-examples","code-samples","example-code","examples","rust","rust-language"],"created_at":"2024-11-10T04:18:44.781Z","updated_at":"2025-07-21T16:07:53.387Z","avatar_url":"https://github.com/wilmoore.png","language":null,"readme":"# Rust\n\u003e Rust examples\n\n## **Table of Contents**\n\n- [Installation](#installation)\n\n## Installation\n\u003e **OS**:`macOS`, **$SHELL**:`fish`\n\n###### safe as possible install\n```\n~$ git clone https://github.com/rust-lang/rustup.rs.git $TMPDIR/rustup\n~$ cd $TMPDIR/rustup\n~$ env RUSTUP_UPDATE_ROOT=\"https://static.rust-lang.org/rustup\" ./rustup-init.sh --no-modify-path -y\n```\n\n###### add cargo to `$fish_user_paths`\n```\n~$ echo 'set -g fish_user_paths \"$HOME/.cargo/bin\" $fish_user_paths' \u003e ~/.config/fish/conf.d/rust.fish\n~$ source ~/.config/fish/conf.d/rust.fish\n```\n\n###### updates and components\n```\n~$ rustup self update\n~$ rustup update\n~$ rustup component add rust-src\n~$ rustup component add rust-docs\n```\n\n###### completions\n```\n~$ mkdir -p ~/.config/fish/completions\n~$ rustup completions fish \u003e ~/.config/fish/completions/rust.fish\n~$ source ~/.config/fish/completions/rust.fish\n```\n\n###### uninstall\n```\n~$ rm ~/.config/fish/completions/rust* ~/.config/fish/conf.d/rust*\n~$ rm -rf ~/.cargo ~/.rustup\n```\n\n###### binaries\n```\n~$ tree ~/.cargo/bin/\n├── cargo\n├── cargo-clippy\n├── cargo-fmt\n├── rls\n├── rust-gdb\n├── rust-lldb\n├── rustc\n├── rustdoc\n├── rustfmt\n└── rustup\n\n0 directories, 10 files\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilmoore%2Frust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilmoore%2Frust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilmoore%2Frust/lists"}