{"id":15031885,"url":"https://github.com/ersinaksar/learning-rust","last_synced_at":"2026-02-27T13:39:30.660Z","repository":{"id":61559665,"uuid":"548268204","full_name":"ersinaksar/Learning-Rust","owner":"ersinaksar","description":"This repo contains the notes I took while learning the Rust programming language, the sample Rust programs I wrote, and the exercises. Don't hesitate to contribute and fork the repo.","archived":false,"fork":false,"pushed_at":"2022-10-16T18:48:45.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T22:51:09.616Z","etag":null,"topics":["algorithm-challenges","algorithms","algorithms-and-data-structures","examples-rust","grokkingalgorithms","learning-rust","rust","rust-lang","rust-language","rust-learning","rust-note","rust-notes","rust-practice","rust-programming-language","rust-project","rustlang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ersinaksar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-09T08:12:13.000Z","updated_at":"2024-04-03T17:48:05.000Z","dependencies_parsed_at":"2022-10-19T22:45:17.822Z","dependency_job_id":null,"html_url":"https://github.com/ersinaksar/Learning-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/ersinaksar%2FLearning-Rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FLearning-Rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FLearning-Rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FLearning-Rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ersinaksar","download_url":"https://codeload.github.com/ersinaksar/Learning-Rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351841,"owners_count":20276908,"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":["algorithm-challenges","algorithms","algorithms-and-data-structures","examples-rust","grokkingalgorithms","learning-rust","rust","rust-lang","rust-language","rust-learning","rust-note","rust-notes","rust-practice","rust-programming-language","rust-project","rustlang"],"created_at":"2024-09-24T20:16:50.087Z","updated_at":"2026-02-27T13:39:30.613Z","avatar_url":"https://github.com/ersinaksar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning-Rust\nThis repo contains the notes I took while learning the Rust programming language, the sample Rust programs I wrote, and the exercises. Don't hesitate to contribute and fork the repo.\n\n\n# First Steps\n## installation\ncurl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh\nsource \"$HOME/.cargo/env\"\nrustup update\nrustc --version\n\n### creating project with cargo\ncargo new hello_cargo\ncd hello_cargo\n\n### compile and run cargo project \ncargo build\n./target/debug/hello_cargo","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fersinaksar%2Flearning-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fersinaksar%2Flearning-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fersinaksar%2Flearning-rust/lists"}