{"id":17996342,"url":"https://github.com/lpxxn/rust_example","last_synced_at":"2025-10-20T00:16:50.114Z","repository":{"id":37296112,"uuid":"240426440","full_name":"lpxxn/rust_example","owner":"lpxxn","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-04T05:31:00.000Z","size":3169,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T17:26:41.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/lpxxn.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":"2020-02-14T04:16:50.000Z","updated_at":"2023-10-27T02:37:01.000Z","dependencies_parsed_at":"2022-07-12T05:30:26.187Z","dependency_job_id":null,"html_url":"https://github.com/lpxxn/rust_example","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/lpxxn%2Frust_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpxxn%2Frust_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpxxn%2Frust_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpxxn%2Frust_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpxxn","download_url":"https://codeload.github.com/lpxxn/rust_example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"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-10-29T21:14:19.936Z","updated_at":"2025-10-20T00:16:45.071Z","avatar_url":"https://github.com/lpxxn.png","language":"Rust","readme":"# rust_example\n\nhttps://kaisery.gitbooks.io/trpl-zh-cn/content/ch01-00-getting-started.html\n\nhttps://rustwiki.org/zh-CN/rust-by-example/scope/borrow/ref.html\n\nhttps://wiki.jikexueyuan.com/project/rust-primer/\n\n#### Rust开发crates.io换国内中科大\n```\ntee $HOME/.cargo/config \u003c\u003c-'EOF'\n[source.crates-io]\nregistry = \"https://github.com/rust-lang/crates.io-index\"\nreplace-with = 'ustc'\n[source.ustc]\nregistry = \"git://mirrors.ustc.edu.cn/crates.io-index\"\nEOF\n\n```\n或者这个\n\n```\nhttps://rsproxy.cn/\n```\n\n## doc\n\n```\nrustup doc\nrustup docs --book\n```\n\n### update\n```\nrustup -V\nrustc -V\n\n# 更新工具链\nrustup update\n# 更新 rustup\nrustup self update\nrustup self upgrade-data\nrustup -V\nrustc -V\n```\n###\n\n```\nrustup toolchain install nightly\n```\n\nNow Rust nightly is installed, but not activated. To test it out you can run a command from the nightly toolchain like\n\n```\nrustup run nightly rustc --version\n```\nrustc 1.9.0-nightly (02310fd31 2016-03-19)\nBut more likely you want to use it for a while. To switch to nightly globally, change the default with rustup default nightly:\n\n```\nrustup default nightly\n\nrustup default stable\n```\ninfo: using existing install for 'nightly'\ninfo: default toolchain set to 'nightly'\n\n  nightly unchanged: rustc 1.9.0-nightly (02310fd31 2016-03-19)\n\n## \nhttps://github.com/sunface/rust-by-practice\nmdbook serve -p 3001 zh-CN\nmdbook serve\nhttps://github.com/sunface/rust-course\n\nmarco\nhttps://github.com/veykril/tlborm/\n\n## vscode \n如果\"Error: Couldn't start client Rust Language Server\n    \"rust-client.channel\": \"stable\"","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpxxn%2Frust_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpxxn%2Frust_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpxxn%2Frust_example/lists"}