{"id":38139479,"url":"https://github.com/minias/rust-study","last_synced_at":"2026-01-16T22:49:47.610Z","repository":{"id":326174808,"uuid":"1104312281","full_name":"minias/rust-study","owner":"minias","description":"Exercises to learn and practice Rust (minias)","archived":false,"fork":false,"pushed_at":"2025-12-06T06:12:58.000Z","size":175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-07T11:01:14.931Z","etag":null,"topics":["exercises","ko","learn","rust","study"],"latest_commit_sha":null,"homepage":"https://gnuhacker.com","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/minias.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-26T03:29:37.000Z","updated_at":"2025-12-06T06:12:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/minias/rust-study","commit_stats":null,"previous_names":["minias/rust-study"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minias/rust-study","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minias%2Frust-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minias%2Frust-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minias%2Frust-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minias%2Frust-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minias","download_url":"https://codeload.github.com/minias/rust-study/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minias%2Frust-study/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28486399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T22:47:06.728Z","status":"ssl_error","status_checked_at":"2026-01-16T22:46:52.401Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["exercises","ko","learn","rust","study"],"created_at":"2026-01-16T22:49:47.553Z","updated_at":"2026-01-16T22:49:47.603Z","avatar_url":"https://github.com/minias.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 러스트 학습\n\n## 러스트 설치 방법\n\n## 예제파일\n\n- [입력된 수에서 짝수의 합 계산](./example1/)\n- [환경설정 yml 파일 읽기](./example2/env/)\n- [로컬 DB 설치 및 연결](./example2/mariaDb/)\n- [통합 테스트 모듈 분리](./example3/)\n- [단일파일로 러스트 실행 및 테스트](./example4/)\n- [기본 restful API](./example6/)\n- [https graceful shutdown](./example7/)\n- [다국어 지원 (i18n)](./example8/)\n- [AWS S3+SecretManager](./example9/)\n- [example_sss](./example_sss/)\n- [btc,eth,tron HD 지갑생성](./example10/)\n\n## IA\n\n```sh\n├── example_sss\n│   └── src\n├── example1\n│   └── src\n├── example10\n│   ├── common\n│   │   └── src\n│   ├── src\n│   └── wallet\n│       ├── bitcoin\n│       │   └── src\n│       ├── ethereum\n│       │   └── src\n│       └── tron\n│           └── src\n├── example2\n│   ├── env\n│   │   └── src\n│   └── mariaDb\n│       └── src\n│           └── db\n├── example3\n│   ├── src\n│   └── tests\n├── example4\n├── example5\n│   └── src\n├── example6\n│   └── src\n│       ├── controllers\n│       ├── models\n│       ├── router\n│       └── services\n├── example7\n│   └── src\n├── example8\n│   └── src\n└── example9\n    └── src\n        ├── domain\n        ├── env\n        ├── infra\n        ├── interfaces\n        └── usecase\n```\n\n### 참고 문서 \u0026 사이트\n\n- [easy_rust](https://dhghomon.github.io/easy_rust/)\n- [cargo book](https://doc.rust-lang.org/stable/cargo/index.html)\n- [rust documents](https://doc.rust-lang.org/stable/)\n- [Rust Standard Library](https://doc.rust-lang.org/stable/std/index.html)\n  \n## Cargo 오류\n\n\u003e error: checksum for `sqlx v0.8.6` changed between lock files\n\n```sh\nrm Cargo.lock\ncargo clean\ncargo fetch\ncargo build\n```\n\n\u003e warning: virtual workspace defaulting to resolver = \"1\" despite ... edition 2024 ...\n\n```sh\ncat \u003e Cargo.toml\n\n[workspace]\nresolver = \"3\"\nmembers = [\n    \"example1\",\n    ...\n    \"example6\",\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminias%2Frust-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminias%2Frust-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminias%2Frust-study/lists"}