{"id":22938956,"url":"https://github.com/blocklune/codecrafters-bittorrent-rust","last_synced_at":"2025-10-04T14:21:50.756Z","repository":{"id":266500692,"uuid":"868786682","full_name":"BlockLune/codecrafters-bittorrent-rust","owner":"BlockLune","description":"Code base of the course `Build your own BitTorrent using Rust` on codecrafters.io","archived":false,"fork":false,"pushed_at":"2024-10-08T03:02:44.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T19:48:18.944Z","etag":null,"topics":["bittorrent","rust"],"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/BlockLune.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":"2024-10-07T07:24:58.000Z","updated_at":"2024-10-08T03:07:13.000Z","dependencies_parsed_at":"2024-12-04T15:48:11.261Z","dependency_job_id":"cefc2c09-2f1f-4f73-b2ff-e6f117273cd6","html_url":"https://github.com/BlockLune/codecrafters-bittorrent-rust","commit_stats":null,"previous_names":["blocklune/codecrafters-bittorrent-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fcodecrafters-bittorrent-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fcodecrafters-bittorrent-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fcodecrafters-bittorrent-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fcodecrafters-bittorrent-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlockLune","download_url":"https://codeload.github.com/BlockLune/codecrafters-bittorrent-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246704823,"owners_count":20820623,"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":["bittorrent","rust"],"created_at":"2024-12-14T12:29:03.715Z","updated_at":"2025-10-04T14:21:45.720Z","avatar_url":"https://github.com/BlockLune.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/bittorrent/e36213bb-d61b-4502-82ce-e091aa8ce7f6)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Rust solutions to the\n[\"Build Your Own BitTorrent\" Challenge](https://app.codecrafters.io/courses/bittorrent/overview).\n\nIn this challenge, you’ll build a BitTorrent client that's capable of parsing a\n.torrent file and downloading a file from a peer. Along the way, we’ll learn\nabout how torrent files are structured, HTTP trackers, BitTorrent’s Peer\nProtocol, pipelining and more.\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n# Passing the first stage\n\nThe entry point for your BitTorrent implementation is in `src/main.rs`. Study\nand uncomment the relevant code, and push your changes to pass the first stage:\n\n```sh\ngit commit -am \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nTime to move on to the next stage!\n\n# Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `cargo (1.70)` installed locally\n1. Run `./your_bittorrent.sh` to run your program, which is implemented in\n   `src/main.rs`. This command compiles your Rust project, so it might be slow\n   the first time you run it. Subsequent runs will be fast.\n1. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocklune%2Fcodecrafters-bittorrent-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocklune%2Fcodecrafters-bittorrent-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocklune%2Fcodecrafters-bittorrent-rust/lists"}