{"id":25400874,"url":"https://github.com/bytangle/modern-rust-project-structure","last_synced_at":"2025-07-04T04:35:42.518Z","repository":{"id":276941209,"uuid":"930652302","full_name":"bytangle/modern-rust-project-structure","owner":"bytangle","description":"This repo illustrates rust modern project structure","archived":false,"fork":false,"pushed_at":"2025-02-11T08:33:30.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T03:58:06.357Z","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/bytangle.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":"2025-02-11T01:30:15.000Z","updated_at":"2025-02-11T08:33:34.000Z","dependencies_parsed_at":"2025-02-11T09:56:49.962Z","dependency_job_id":null,"html_url":"https://github.com/bytangle/modern-rust-project-structure","commit_stats":null,"previous_names":["bytangle/modern-rust-project-structure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytangle%2Fmodern-rust-project-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytangle%2Fmodern-rust-project-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytangle%2Fmodern-rust-project-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytangle%2Fmodern-rust-project-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytangle","download_url":"https://codeload.github.com/bytangle/modern-rust-project-structure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514205,"owners_count":21116900,"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":"2025-02-16T00:29:57.037Z","updated_at":"2025-04-12T03:58:09.199Z","avatar_url":"https://github.com/bytangle.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banking System\n\nThis is a Rust-based banking system project demonstrating a modern module structure.\n\n## Project Structure\n```\nbanking_system/\n├── Cargo.toml\n├── src/\n│   ├── lib.rs\n│   ├── main.rs\n│   ├── accounts.rs\n│   ├── accounts/\n│   │   ├── user.rs\n│   │   ├── admin.rs\n│   │   ├── user/\n│   │   │   ├── profile.rs\n│   │   │   ├── settings.rs\n│   │   ├── admin/\n│   │   │   ├── permissions.rs\n│   │   │   ├── reports.rs\n│   ├── transactions.rs\n│   ├── transactions/\n│   │   ├── deposit.rs\n│   │   ├── withdrawal.rs\n│   ├── security.rs\n│   ├── security/\n│   │   ├── auth.rs\n│   │   ├── encryption.rs\n│   │   ├── hashing.rs\n│   ├── shared.rs\n│   ├── shared/\n│   │   ├── utils.rs\n│   │   ├── utils/\n│   │   │   ├── say_hi.rs\n```\n\n## Description\n- `accounts/` - Manages user and admin accounts.\n- `transactions/` - Handles deposits and withdrawals.\n- `security/` - Implements authentication, encryption, and hashing.\n- `shared/utils/` - Contains utility functions, including `say_hi.rs`.\n\n## Running the Project\n```sh\ncargo run\n```\n\n## License\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytangle%2Fmodern-rust-project-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytangle%2Fmodern-rust-project-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytangle%2Fmodern-rust-project-structure/lists"}