{"id":23165262,"url":"https://github.com/blackshadowsoftwareltd/rust-practice","last_synced_at":"2025-08-18T05:31:13.910Z","repository":{"id":179505883,"uuid":"612678338","full_name":"blackshadowsoftwareltd/Rust-Practice","owner":"blackshadowsoftwareltd","description":"Rust Language Practice","archived":false,"fork":false,"pushed_at":"2024-01-25T04:12:09.000Z","size":8946,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-25T05:27:10.992Z","etag":null,"topics":["practice","rust","rust-lang","rustlang","rustprogramming"],"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/blackshadowsoftwareltd.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}},"created_at":"2023-03-11T16:54:34.000Z","updated_at":"2023-11-09T20:33:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdcfd8b6-997c-43b0-8d46-a0bf83b1a177","html_url":"https://github.com/blackshadowsoftwareltd/Rust-Practice","commit_stats":null,"previous_names":["blackshadowsoftwareltd/rust-practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackshadowsoftwareltd%2FRust-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackshadowsoftwareltd%2FRust-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackshadowsoftwareltd%2FRust-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackshadowsoftwareltd%2FRust-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackshadowsoftwareltd","download_url":"https://codeload.github.com/blackshadowsoftwareltd/Rust-Practice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230202316,"owners_count":18189438,"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":["practice","rust","rust-lang","rustlang","rustprogramming"],"created_at":"2024-12-18T01:16:11.231Z","updated_at":"2024-12-18T01:16:11.851Z","avatar_url":"https://github.com/blackshadowsoftwareltd.png","language":"Rust","readme":"## -Rust-Practice\n\n================================================================================\n\n#### create a new rust project\n\n```\ncargo new rust-playground\n```\n\n================================================================================\n\n#### add git ignore\n\n```\ntouch .gitignore\n```\n\n```\n# Ignore compiled binary files\ntarget/\n# Ignore compiled files\n*.rs.bk\n# Ignore Cargo.lock file\nCargo.lock\n\n# Ignore editor backup files\n*~\n```\n\n================================================================================\n\n#### add clippy\n\n```\nrustup component add clippy\n```\n\n#### add cargo-watch. This will watch for changes and run the project\n\n```\ncargo install cargo-watch\n```\n\n#### Run the project with quietly compile (qc)\n\n```\ncargo-watch -qc -x run -x clippy\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackshadowsoftwareltd%2Frust-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackshadowsoftwareltd%2Frust-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackshadowsoftwareltd%2Frust-practice/lists"}