{"id":19785018,"url":"https://github.com/donghquinn/rust_practice","last_synced_at":"2025-02-28T07:21:10.796Z","repository":{"id":180626490,"uuid":"665439278","full_name":"donghquinn/rust_practice","owner":"donghquinn","description":"Rust Study 러스트 학습","archived":false,"fork":false,"pushed_at":"2023-12-18T07:45:32.000Z","size":1101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T03:18:27.457Z","etag":null,"topics":["functions","language","programming","reference","rust","struct","study","tuple","variable"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/donghquinn.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":"2023-07-12T07:55:16.000Z","updated_at":"2023-07-24T01:27:54.000Z","dependencies_parsed_at":"2025-01-11T03:17:59.166Z","dependency_job_id":"02ff7b44-1cf4-48ea-866f-82bcbc4b896a","html_url":"https://github.com/donghquinn/rust_practice","commit_stats":null,"previous_names":["donghquinn/rust_practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donghquinn%2Frust_practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donghquinn%2Frust_practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donghquinn%2Frust_practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donghquinn%2Frust_practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donghquinn","download_url":"https://codeload.github.com/donghquinn/rust_practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241117456,"owners_count":19912546,"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":["functions","language","programming","reference","rust","struct","study","tuple","variable"],"created_at":"2024-11-12T06:13:19.035Z","updated_at":"2025-02-28T07:21:10.642Z","avatar_url":"https://github.com/donghquinn.png","language":"Makefile","readme":"# Rust And Cargo\n\n- Cargo is Package Manager of Rust like yarn or npm from javascript\n- All the Dependencies and information will be exist on Cargo.toml like package.json of javascript\n- Rust file is end with .rs\n\n## installation(macOS)\n\n``` zsh\n brew install restup-init\n```\n\n## Installation(macOS)\n\n- rustup: https://www.rust-lang.org\n- MSVC+: Builder rust\n\n## initiate\n\n```zsh\n    cargo init hello\n```\n\n## Run\n\n- Can Run rust code by commanding below\n\n``` zsh\n    cargo run {filePath/fileName} \n```\n\n## Build\n- Build Rust code by commanding below. It will compile at target/debug.\n\n``` cargo build {filePath/fileName} ```\n\n- Build Rust code with Optimize. It will puts resulting binary in target/release.\n- It would take longer for optimizing than just debugging. But it will run faster.\n\n``` cargo build {filePath/fileName} --release ```\n\n## Dependencies\n- [crates.io](httsp://crates.io) is the Rust Community registry. You can find dependencies you looking for.\n- Add into Cargo.toml by commanding below.\n\n``` cargo add {package name} ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonghquinn%2Frust_practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonghquinn%2Frust_practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonghquinn%2Frust_practice/lists"}