{"id":25055044,"url":"https://github.com/mario-so/grind_scraper","last_synced_at":"2025-09-22T23:00:02.119Z","repository":{"id":233356759,"uuid":"787073369","full_name":"Mario-SO/grind_scraper","owner":"Mario-SO","description":"Simple scraper for grind75 website to create an easy environment.","archived":false,"fork":false,"pushed_at":"2024-05-14T06:48:49.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-31T05:18:40.610Z","etag":null,"topics":[],"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/Mario-SO.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,"zenodo":null}},"created_at":"2024-04-15T20:52:02.000Z","updated_at":"2024-05-14T06:49:24.000Z","dependencies_parsed_at":"2024-04-15T23:18:37.341Z","dependency_job_id":"eccef396-7337-4245-ab34-b346c14506b6","html_url":"https://github.com/Mario-SO/grind_scraper","commit_stats":null,"previous_names":["mario-so/grind_scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mario-SO/grind_scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mario-SO%2Fgrind_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mario-SO%2Fgrind_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mario-SO%2Fgrind_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mario-SO%2Fgrind_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mario-SO","download_url":"https://codeload.github.com/Mario-SO/grind_scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mario-SO%2Fgrind_scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276487478,"owners_count":25651133,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-02-06T12:19:46.321Z","updated_at":"2025-09-22T23:00:02.054Z","avatar_url":"https://github.com/Mario-SO.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode Problems in Rust 🦀\n\nThis Rust program is your engine for kicking off your journey through the first 75 problems from LeetCode on the [Tech Interview Handbook grind75 list](https://www.techinterviewhandbook.org/grind75?grouping=none) 🕸️. \n\nI made this after been rejected from a job interview, I need to level up my rust skills.\n\n## Features 🌟\n\n-  🎯 Generates a Rust file with a function and test template for each problem.\n-  📘 Creates a `lib.rs` file to conveniently manage all problems as modules.\n-  😎 Provides a simple and efficient way of testing your solutions.\n\n## Getting Started 🚀\n\n1. Clone this repository.\n    ```sh\n    git clone https://github.com/yourgithubusername/leetcode-setup.git\n    ```\n2. Navigate to the cloned directory.\n    ```sh\n    cd leetcode-setup\n    ```\n\n3. Run the program.\n    ```sh\n    cargo run\n    ```\n\n## Solving Problems 💡\n\nAfter running the program, a separate file is generated for each problem with a corresponding function and test template. \n\nTo solve a problem:\n1. Navigate to the corresponding file in the src directory.\n2. Change `problem_name()` with the same name as the file.\n3. Write your solution in the `problem_name()` function.\n4. Write your tests in the `ex1()` function under the tests module.\n\n## Running Tests 🧪\n\nTo run all tests in your repository:\n```sh\ncargo test\n```\nTo run tests for a specific problem:\n```sh\ncargo test -- \u003cfilename\u003e\n```\nReplace `\u003cfilename\u003e` with the name of the problem/module you want to test. For example, if you want to test the problem in the `lc_1_two_sum.rs` file, use:\n```sh\ncargo test -- lc_1_two_sum\n```\nEnjoy your problem-solving journey with Rust and LeetCode! 🦾\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmario-so%2Fgrind_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmario-so%2Fgrind_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmario-so%2Fgrind_scraper/lists"}